Skip to content

Commit

Permalink
fix: updated notifiations preferences url (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
awais-ansari authored Jan 9, 2025
1 parent 81dd5e6 commit aae43cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Notification/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ const Notifications = ({ notificationAppData, showLeftMargin }) => {
>
{intl.formatMessage(messages.notificationTitle)}
<Hyperlink
destination={`${getConfig().ACCOUNT_SETTINGS_URL}/notifications`}
destination={`${getConfig().ACCOUNT_SETTINGS_URL}/#notifications`}
target="_blank"
showLaunchIcon={false}
>
Expand Down

0 comments on commit aae43cc

Please sign in to comment.