Update github link in page nav
This commit is contained in:
@ -53,8 +53,6 @@ const PageFooter = () => (
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
||||
|
||||
{/* Do not show on local */}
|
||||
{ process.env.GA_SECRET && (
|
||||
<>
|
||||
|
@ -15,7 +15,10 @@ const SiteNav = () => (
|
||||
<a href='/about' className='d-none d-md-inline-block'>FAQ</a>
|
||||
<a href='/signup' className='d-none d-md-inline-block'>Subscribe</a>
|
||||
</div>
|
||||
<a className="github-button" href="https://github.com/kamranahmedse/developer-roadmap" data-size="large" data-show-count="true" aria-label="Star kamranahmedse/developer-roadmap on GitHub">GitHub</a>
|
||||
|
||||
<div className='ml-3 align-items-center d-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="160px" height="30px"></iframe>
|
||||
</div>
|
||||
</div>
|
||||
</HeaderWrap>
|
||||
);
|
||||
|
Reference in New Issue
Block a user