Skip to content

Commit

Permalink
fix: updated notifications preferences url (#389)
Browse files Browse the repository at this point in the history
* fix: updated notifiations preferences url

* fix: updated test cases
  • Loading branch information
awais-ansari authored Jan 10, 2025
1 parent 6527f50 commit 25d76c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exports[`NotificationsBanner component snapshots with ACCOUNT_SETTINGS_URL 1`] =
id="ora-grading.NotificationsBanner.Message"
/>
<Hyperlink
destination="http://localhost:1997/notifications"
destination="http://localhost:1997/#notifications"
isInline={true}
rel="noopener noreferrer"
showLaunchIcon={false}
Expand Down
2 changes: 1 addition & 1 deletion src/containers/NotificationsBanner/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const NotificationsBanner = () => (
<Hyperlink
isInline
variant="muted"
destination={`${getConfig().ACCOUNT_SETTINGS_URL}/notifications`}
destination={`${getConfig().ACCOUNT_SETTINGS_URL}/#notifications`}
target="_blank"
rel="noopener noreferrer"
showLaunchIcon={false}
Expand Down

0 comments on commit 25d76c0

Please sign in to comment.