Add links to podcast and watch in footer
This commit is contained in:
@ -36,7 +36,8 @@ const PageFooter = () => (
|
|||||||
<ul>
|
<ul>
|
||||||
<li className="foot-header">Learn</li>
|
<li className="foot-header">Learn</li>
|
||||||
<li><a href="/guides">Read Guides</a></li>
|
<li><a href="/guides">Read Guides</a></li>
|
||||||
<li><a href="/roadmaps">View Roadmaps</a></li>
|
<li><a href="/watch">Watch Videos</a></li>
|
||||||
|
<li><a href="/podcasts">Podcasts</a></li>
|
||||||
<li><a href={ siteConfig.url.contribute } target="_blank">Contribute</a></li>
|
<li><a href={ siteConfig.url.contribute } target="_blank">Contribute</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
@ -10,7 +10,7 @@ const SiteNav = () => (
|
|||||||
</div>
|
</div>
|
||||||
<div className='nav-links'>
|
<div className='nav-links'>
|
||||||
<a href='/roadmaps'>Roadmaps</a>
|
<a href='/roadmaps'>Roadmaps</a>
|
||||||
<a href='/guides'>Guides</a>
|
<a href='/guides'>Read</a>
|
||||||
<a href='/watch'>
|
<a href='/watch'>
|
||||||
Watch
|
Watch
|
||||||
<span className='new-item' />
|
<span className='new-item' />
|
||||||
|
Reference in New Issue
Block a user