mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-10 07:37:19 +02:00
fix(v2): add a11y support for dropdown (#2672)
* fix(v2): add a11y support for dropdown * fix(v2): add aria-label for navbar GH link
This commit is contained in:
parent
1d8cc4b10f
commit
7389a60514
2 changed files with 44 additions and 33 deletions
|
@ -122,6 +122,7 @@ module.exports = {
|
|||
href: 'https://github.com/facebook/docusaurus',
|
||||
position: 'right',
|
||||
className: 'header-github-link',
|
||||
'aria-label': 'GitHub repository',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue