add aria labels to mobile navbar actions

Signed-off-by: Emma Indal <emma.indahl@gmail.com>
This commit is contained in:
Emma Indal
2023-01-20 10:36:00 +01:00
parent 422e6b050c
commit 4c6950b5d8
@@ -100,6 +100,7 @@ const MobileSidebarGroup = (props: SidebarGroupProps) => {
return (
// Material UI issue: https://github.com/mui-org/material-ui/issues/27820
<BottomNavigationAction
aria-label={label}
label={label}
icon={icon}
component={Link as any}