Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Protect: de-emphasize cloud link by using link variant (#40211)
  • Loading branch information
nateweller committed Dec 9, 2024
commit 9fec01117ca876cd5eb57d8134890875151290a0
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