Skip to content

Commit c6a9807

Browse files
committed
comment out menu for now since we aren't using it
1 parent c94018d commit c6a9807

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/public/nav/index.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ const Nav = () => (
1010
<div className={`container container--full ${styles.container}`}>
1111
<Logo />
1212
<LogoType />
13-
<Menu />
13+
<div>
14+
{/*<Menu />*/}
15+
</div>
1416
</div>
1517
</nav>
1618
);

0 commit comments

Comments
 (0)