Skip to content

Commit

Permalink
fix: Fix dashboard link in side nav (#614)
Browse files Browse the repository at this point in the history
/dashboards is correct, also rename to Dashboards with an s.

Ref:HDX-1389
  • Loading branch information
teeohhem authored Feb 13, 2025
1 parent 434ae89 commit 4c8e769
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/app/src/AppNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -702,8 +702,8 @@ export default function AppNav({ fixed = false }: { fixed?: boolean }) {
)}

<AppNavLink
label="Dashboard"
href="/dashboard"
label="Dashboards"
href="/dashboards"
iconName="bi-grid-1x2"
isExpanded={isDashboardsExpanded}
onToggle={() => setIsDashboardExpanded(!isDashboardsExpanded)}
Expand Down

0 comments on commit 4c8e769

Please sign in to comment.