Skip to content

Commit

Permalink
fix: updated notifiations preferences url
Browse files Browse the repository at this point in the history
  • Loading branch information
awais-ansari committed Jan 10, 2025
1 parent 01369eb commit 1b8d621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/preferences-unsubscribe/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const PreferencesUnsubscribe = () => {
values={{
preferenceCenterUrl: (
<Hyperlink
destination={`${getConfig().ACCOUNT_SETTINGS_URL}/notifications`}
destination={`${getConfig().ACCOUNT_SETTINGS_URL}/#notifications`}
>
{intl.formatMessage(messages.preferenceCenterUrl)}
</Hyperlink>
Expand Down

0 comments on commit 1b8d621

Please sign in to comment.