File tree Expand file tree Collapse file tree
static/js/publisher/components/RegisteredSnaps Expand file tree Collapse file tree Original file line number Diff line number Diff 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
@@ -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
You can’t perform that action at this time.
0 commit comments