Skip to content

Commit 5ac1215

Browse files
authored
chore: Remove links from registered snap names list (#5072)
1 parent bb1e84e commit 5ac1215

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

static/js/publisher/components/RegisteredSnaps/RegisteredSnaps.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function RegisteredSnaps({
4040
width: "25%",
4141
content: (
4242
<>
43-
<Link to={`/${snap.snapName}/listing`}>{snap.snapName}</Link>
43+
{snap.snapName}
4444
{isDisputePending && (
4545
<>
4646
&nbsp;
@@ -62,7 +62,7 @@ function RegisteredSnaps({
6262
{
6363
content: isUsersSnap ? (
6464
<button
65-
className="p-button--base u-no-margin--bottom"
65+
className="p-button--base u-no-margin--bottom is-dense"
6666
onClick={() => {
6767
setUnregisterSnapModal(snap.snapName);
6868
}}
@@ -75,7 +75,7 @@ function RegisteredSnaps({
7575
message={"Snaps can only be unregistered by their owner."}
7676
>
7777
<button
78-
className="u-no-margin--bottom u-no-margin--right"
78+
className="u-no-margin--bottom u-no-margin--right is-dense"
7979
disabled
8080
>
8181
Unregister

0 commit comments

Comments
 (0)