We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d70c01 commit d214bdfCopy full SHA for d214bdf
components/Navbar/Navbar.jsx
@@ -21,7 +21,7 @@ class Navbar extends Component {
21
<div className="icon-placeholder"></div>
22
<SearchBar />
23
</div>
24
- <MenuBar items={primaryNavigationItems} mobileBreakPoint={767} orientation="horizontal" />
+ <MenuBar items={primaryNavigationItems} orientation="horizontal" />
25
<div className="collapse-group">
26
27
<div className="quick-links-wrap"><QuickLinks /></div>
0 commit comments