Skip to content

Commit 25d76c0

Browse files
authored
fix: updated notifications preferences url (#389)
* fix: updated notifiations preferences url * fix: updated test cases
1 parent 6527f50 commit 25d76c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/containers/NotificationsBanner/__snapshots__/NotificationsBanner.test.jsx.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ exports[`NotificationsBanner component snapshots with ACCOUNT_SETTINGS_URL 1`] =
1111
id="ora-grading.NotificationsBanner.Message"
1212
/>
1313
<Hyperlink
14-
destination="http://localhost:1997/notifications"
14+
destination="http://localhost:1997/#notifications"
1515
isInline={true}
1616
rel="noopener noreferrer"
1717
showLaunchIcon={false}

src/containers/NotificationsBanner/index.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const NotificationsBanner = () => (
2121
<Hyperlink
2222
isInline
2323
variant="muted"
24-
destination={`${getConfig().ACCOUNT_SETTINGS_URL}/notifications`}
24+
destination={`${getConfig().ACCOUNT_SETTINGS_URL}/#notifications`}
2525
target="_blank"
2626
rel="noopener noreferrer"
2727
showLaunchIcon={false}

0 commit comments

Comments
 (0)