Skip to content

Commit

Permalink
ENG-0000 fix(portal): active nav links (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-mann authored Aug 15, 2024
1 parent ca22a1e commit c439e04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/portal/app/components/sidebar-nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,9 @@ export default function SidebarNav({
<SidebarNavItem
iconName={sidebarNavItem.iconName}
label={sidebarNavItem.label}
aria-selected={
sidebarNavItem.route === location.pathname
}
/>
</NavLink>
))}
Expand Down

0 comments on commit c439e04

Please sign in to comment.