Skip to content

Commit 1668fa2

Browse files
committed
chore: multiple navigation landmarks confuse screenreaders
Closes: INSTUI-4246
1 parent 98750f6 commit 1668fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/__docs__/src/Nav/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ class Nav extends Component<NavProps, NavState> {
426426
shouldNotWrap
427427
/>
428428
</View>
429-
<View role="navigation" margin="medium none none" display="block">
429+
<View margin="medium none none" display="block">
430430
{hasMatches && matches}
431431
</View>
432432
</View>

0 commit comments

Comments
 (0)