Skip to content

Commit

Permalink
Protect: de-emphasize cloud link by using link variant (#40211)
Browse files Browse the repository at this point in the history
  • Loading branch information
nateweller committed Nov 26, 2024
1 parent 149edce commit 765d821
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const AdminPage = ( { children } ) => {
<JetpackProtectLogo />
{ hasPlan && viewingScanPage && (
<div className={ styles.header__scan_buttons }>
<Button variant="secondary" weight={ 'regular' } href={ goToCloudUrl }>
<Button variant="link" isExternalLink weight={ 'regular' } href={ goToCloudUrl }>
{ __( 'Go to Cloud', 'jetpack-protect' ) }
</Button>
<ScanButton />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

&__scan_buttons {
display: flex;
gap: calc( var( --spacing-base ) * 2 ); // 16px
gap: calc( var( --spacing-base ) * 3 ); // 24px
}
}

Expand Down

0 comments on commit 765d821

Please sign in to comment.