Skip to content

Commit

Permalink
Hide sponsors nav item on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranahmedse committed Feb 1, 2020
1 parent 0a2468a commit 9a515f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/site-nav/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const SiteNav = () => (
<div className='nav-links'>
<a href='/roadmaps'>Roadmaps</a>
<a href='/guides'>Guides</a>
<a href='/sponsors'>Sponsors</a>
<a href='/sponsors' className='d-none d-md-inline-block'>Sponsors</a>
<a href='/about' className='d-none d-md-inline-block'>FAQ</a>
<a href='/signup' className='signup'>Subscribe</a>
</div>
Expand Down

0 comments on commit 9a515f8

Please sign in to comment.