Skip to content

Commit

Permalink
fix(v2): make locale dropdown accessible from keyboard (#4176)
Browse files Browse the repository at this point in the history
  • Loading branch information
lex111 authored Feb 5, 2021
1 parent e3ae349 commit a6f7715
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export default function LocaleDropdownNavbarItem({
return (
<DefaultNavbarItem
{...props}
href="#"
mobile={mobile}
label={
<span>
Expand Down

0 comments on commit a6f7715

Please sign in to comment.