Skip to content

Commit

Permalink
comment out menu for now since we aren't using it
Browse files Browse the repository at this point in the history
  • Loading branch information
nchan0154 committed Mar 28, 2018
1 parent c94018d commit c6a9807
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/public/nav/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ const Nav = () => (
<div className={`container container--full ${styles.container}`}>
<Logo />
<LogoType />
<Menu />
<div>
{/*<Menu />*/}
</div>
</div>
</nav>
);
Expand Down

0 comments on commit c6a9807

Please sign in to comment.