Skip to content

Commit 89fd59f

Browse files
committed
fix(v2): make locale dropdown accessible from keyboard
1 parent 385d8b6 commit 89fd59f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/docusaurus-theme-classic/src/theme/NavbarItem/LocaleDropdownNavbarItem.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ export default function LocaleDropdownNavbarItem({
5050
return (
5151
<DefaultNavbarItem
5252
{...props}
53+
href="#"
5354
mobile={mobile}
5455
label={
5556
<span>

0 commit comments

Comments
 (0)