Skip to content

Commit aae43cc

Browse files
authored
fix: updated notifiations preferences url (#635)
1 parent 81dd5e6 commit aae43cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Notification/index.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ const Notifications = ({ notificationAppData, showLeftMargin }) => {
143143
>
144144
{intl.formatMessage(messages.notificationTitle)}
145145
<Hyperlink
146-
destination={`${getConfig().ACCOUNT_SETTINGS_URL}/notifications`}
146+
destination={`${getConfig().ACCOUNT_SETTINGS_URL}/#notifications`}
147147
target="_blank"
148148
showLaunchIcon={false}
149149
>

0 commit comments

Comments
 (0)