Added label to PageHeader. Style fixes.

This commit is contained in:
Mike Cao
2025-09-24 00:07:17 -07:00
parent 8115709a8b
commit 27c342811e
6 changed files with 10 additions and 6 deletions

View File

@@ -69,7 +69,7 @@ export function SideNav(props: SidebarProps) {
<SidebarItem
label={label}
icon={icon}
isSelected={pathname.endsWith(path)}
isSelected={pathname.includes(path)}
role="button"
/>
</Link>