mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 00:39:45 +02:00
fix(v2): remove unnecessary role navigation
This commit is contained in:
parent
cf884f532d
commit
5ed226dc64
1 changed files with 1 additions and 2 deletions
|
@ -89,8 +89,7 @@ function Navbar() {
|
|||
'navbar-sidebar--show': sidebarShown,
|
||||
[styles.navbarHideable]: hideOnScroll,
|
||||
[styles.navbarHidden]: !isNavbarVisible,
|
||||
})}
|
||||
role="navigation">
|
||||
})}>
|
||||
<div className="navbar__inner">
|
||||
<div className="navbar__items">
|
||||
<div
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue