Skip to content

Commit

Permalink
feat: add /wp-admin/customize.php as click detination for advanced …
Browse files Browse the repository at this point in the history
…settings cta
  • Loading branch information
jaredrethman committed Dec 19, 2024
1 parent 9a7d0c7 commit da7f788
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export default function DisplaySettings() {
</WizardSection>
{ errorMessage && <Notice /> }
<div className="newspack-buttons-card">
<Button variant="tertiary">
<Button variant="tertiary" href="/wp-admin/customize.php">
{ __( 'Advanced Settings', 'newspack-plugin' ) }
</Button>
<Button variant="primary" onClick={ save }>
Expand Down

0 comments on commit da7f788

Please sign in to comment.