mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-09 14:22:27 +02:00
fix(v2): make locale dropdown accessible from keyboard (#4176)
This commit is contained in:
parent
e3ae349889
commit
a6f771571b
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ export default function LocaleDropdownNavbarItem({
|
||||||
return (
|
return (
|
||||||
<DefaultNavbarItem
|
<DefaultNavbarItem
|
||||||
{...props}
|
{...props}
|
||||||
|
href="#"
|
||||||
mobile={mobile}
|
mobile={mobile}
|
||||||
label={
|
label={
|
||||||
<span>
|
<span>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue