Skip to content

Commit d214bdf

Browse files
author
vikasrohit
committed
Used the default 768px break point for menu bar.
1 parent 6d70c01 commit d214bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Navbar/Navbar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Navbar extends Component {
2121
<div className="icon-placeholder"></div>
2222
<SearchBar />
2323
</div>
24-
<MenuBar items={primaryNavigationItems} mobileBreakPoint={767} orientation="horizontal" />
24+
<MenuBar items={primaryNavigationItems} orientation="horizontal" />
2525
<div className="collapse-group">
2626
<div className="icon-placeholder"></div>
2727
<div className="quick-links-wrap"><QuickLinks /></div>

0 commit comments

Comments
 (0)