fix: updated notifiations preferences url (#1573)

This commit is contained in:
Awais Ansari
2025-01-10 17:13:15 +05:00
committed by GitHub
parent 01369eb00d
commit 5e5fdeba44

View File

@@ -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>