Skip to content

Commit 24a27e6

Browse files
committed
Remove redundant role attribute from sidebar navigation list
1 parent e75408b commit 24a27e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/sidebar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const Sidebar = () => (
4848
borderColor: 'border.subtle',
4949
}}
5050
>
51-
<Box sx={{display: 'flex', flexDirection: 'column'}} role="list">
51+
<Box sx={{display: 'flex', flexDirection: 'column'}}>
5252
<NavItems />
5353
</Box>
5454
</Box>

0 commit comments

Comments
 (0)