Skip to content

Commit

Permalink
Fix admin link
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo committed Apr 18, 2024
1 parent 25f1154 commit 6579c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/src/react-components/pages/system-editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ const SystemEditorComponent = ({ classes }) => {
<Card className={`mb-24 ${classes.notificationCard}`}>
<CardSection
className={classes.notificationCardSection}
ctaCallback={() => configs.sunset.notification.link}
ctaCallback={() => window.open(configs.sunset.notification.link)}
cta={"Learn More"}
body={configs.sunset.notification.body}
showIcon={false}
Expand Down

0 comments on commit 6579c3b

Please sign in to comment.