fix: updated notifiations preferences url (#1573)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user