Skip to content

Commit

Permalink
fix: fix issue with link to the notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
mainawycliffe committed Sep 18, 2024
1 parent 14b324c commit 8ca6721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Notifications/NotificationTabsLinks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default function NotificationTabsLinks({
title={
<BreadcrumbNav
list={[
<BreadcrumbRoot key="notifications" link="/settings/jobs">
<BreadcrumbRoot key="notifications" link="/notifications">
Notifications
</BreadcrumbRoot>,
...(activeTab === "Notification Rules"
Expand Down

0 comments on commit 8ca6721

Please sign in to comment.