Skip to content

Commit

Permalink
fix: updated notifiations preferences url (#1573)
Browse files Browse the repository at this point in the history
  • Loading branch information
awais-ansari authored Jan 10, 2025
1 parent 01369eb commit 5e5fdeb
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 5e5fdeb

Please sign in to comment.