Skip to content

Commit

Permalink
feature/deseng661: Changed aria label of nav menu.
Browse files Browse the repository at this point in the history
  • Loading branch information
jareth-whitney committed Jul 25, 2024
1 parent 9fde5cc commit aadc349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion met-web/src/components/layout/SideNav/SideNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ const DrawerBox = ({ isMediumScreenOrLarger, setOpen }: DrawerBoxProps) => {
return (
<Box
component="nav"
aria-labelledby="Editor navigation"
aria-labelledby="Administration navigation"
sx={{
mr: isMediumScreenOrLarger ? '1.25rem' : '0',
overflow: 'auto',
Expand Down

0 comments on commit aadc349

Please sign in to comment.