Skip to content

Commit 398d9ba

Browse files
committed
Remove role="main" to ensure 'NPM Docs' page contains only one main landmark
1 parent 87fdf9a commit 398d9ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/page.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const PageElement = ({element, props}) => {
3535
<PageProvider value={page}>
3636
<Box sx={{display: 'flex', flexDirection: 'column', minHeight: '100vh'}}>
3737
<Header />
38-
<Box sx={{zIndex: 0, display: 'flex', flex: '1 1 auto', flexDirection: 'row'}} role="main">
38+
<Box sx={{zIndex: 0, display: 'flex', flex: '1 1 auto', flexDirection: 'row'}}>
3939
<Box sx={{display: ['none', null, null, 'block']}}>
4040
<Sidebar />
4141
</Box>

0 commit comments

Comments
 (0)