We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e75408b commit 24a27e6Copy full SHA for 24a27e6
src/components/sidebar.js
@@ -48,7 +48,7 @@ const Sidebar = () => (
48
borderColor: 'border.subtle',
49
}}
50
>
51
- <Box sx={{display: 'flex', flexDirection: 'column'}} role="list">
+ <Box sx={{display: 'flex', flexDirection: 'column'}}>
52
<NavItems />
53
</Box>
54
0 commit comments