Skip to content

Commit

Permalink
chore: screenreaders incorrectly annouce header elements as main land…
Browse files Browse the repository at this point in the history
…mark

Closes: INSTUI-4245
  • Loading branch information
ToMESSKa committed Oct 8, 2024
1 parent f9181aa commit 295bcb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/__docs__/src/App/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,6 @@ class App extends Component<AppProps, AppState> {
<div
css={this.props.styles?.content}
aria-label={key || docsData.library.name}
role="main"
ref={this.handleContentRef}
>
{!showMenu && (
Expand Down

0 comments on commit 295bcb6

Please sign in to comment.