Add podcasts menu

This commit is contained in:
Kamran Ahmed
2020-06-22 01:58:52 +04:00
parent 850a9ffc9d
commit 95fe79a0f1
2 changed files with 16 additions and 2 deletions

View File

@@ -11,10 +11,13 @@ const SiteNav = () => (
<div className='nav-links'>
<a href='/roadmaps'>Roadmaps</a>
<a href='/guides'>Guides</a>
<a href='/podcasts'>Podcasts</a>
<a href='/podcasts'>
Podcasts
<span className='new-item' />
</a>
</div>
<div className='ml-3 align-items-center d-flex'>
<div className='ml-3 align-items-center d-none d-md-flex'>
<iframe src="https://ghbtns.com/github-btn.html?user=kamranahmedse&repo=developer-roadmap&type=star&count=true&size=large" frameBorder="0" scrolling="0" width="190px" height="30px"></iframe>
</div>
</div>