mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-30 05:52:50 +00:00
fix(v2): a11y responsive navbar
This commit is contained in:
parent
09036743b7
commit
f5a8caf34d
|
|
@ -58,6 +58,7 @@ function Navbar() {
|
|||
<div className="navbar__inner">
|
||||
<div className="navbar__items">
|
||||
<div
|
||||
aria-label="Navigation bar toggle"
|
||||
className="navbar__toggle"
|
||||
role="button"
|
||||
tabIndex={0}
|
||||
|
|
|
|||
Loading…
Reference in New Issue