diff --git a/frontend/src/components/layout/Sidebar.tsx b/frontend/src/components/layout/Sidebar.tsx index 414dc8f..6b4d20b 100644 --- a/frontend/src/components/layout/Sidebar.tsx +++ b/frontend/src/components/layout/Sidebar.tsx @@ -282,8 +282,10 @@ export function Sidebar() { showCollapsed && 'justify-center px-0', )} title={showCollapsed ? item.label : undefined} + aria-label={showCollapsed ? item.label : undefined} + aria-current={active ? 'page' : undefined} > - +