Skip to content

Commit

Permalink
Merge pull request #9880 from google/fix/9600-ad-blocking-recovery-ct…
Browse files Browse the repository at this point in the history
…a-actions

Revert Button to Link.
  • Loading branch information
techanvil authored Dec 13, 2024
2 parents 340e352 + 23af6cc commit 504b738
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,14 +189,14 @@ export default function CreateMessageStep() {
'google-site-kit'
) }
</SpinnerButton>
<Button
<Link
onClick={ handleSecondaryCTAClick }
href={ privacyMessagingURL }
target="_blank"
tertiary
external
hideExternalIndicator
>
{ __( 'Create message', 'google-site-kit' ) }
</Button>
</Link>
</Fragment>
) : (
<Fragment>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,11 +208,7 @@
align-items: center;
display: flex;
flex-wrap: wrap;
gap: 30px;

@media (min-width: $bp-nonMobile) {
gap: $cta-gap-tablet;
}
gap: $grid-gap-desktop + 2px; // The reference designs implement a spacing of 26px between the actions.

.googlesitekit-cta-link {
color: $c-surfaces-on-surface-variant;
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 504b738

Please sign in to comment.