Skip to content

Commit

Permalink
chore: multiple navigation landmarks confuse screenreaders
Browse files Browse the repository at this point in the history
Closes: INSTUI-4246
  • Loading branch information
ToMESSKa committed Oct 31, 2024
1 parent 98750f6 commit 1668fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/__docs__/src/Nav/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ class Nav extends Component<NavProps, NavState> {
shouldNotWrap
/>
</View>
<View role="navigation" margin="medium none none" display="block">
<View margin="medium none none" display="block">
{hasMatches && matches}
</View>
</View>
Expand Down

0 comments on commit 1668fa2

Please sign in to comment.