Skip to content

Commit

Permalink
Feat: Add news link to Nav (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouncey authored and raisedadead committed Sep 27, 2018
1 parent 463072c commit 5024e69
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/learn/src/components/Header/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function Header() {
return (
<header>
<nav id='top-nav'>
<a className='home-link' href='https://freecodecamp.org'>
<a className='home-link' href='https://www.freecodecamp.org'>
<NavLogo />
</a>
<FCCSearch />
Expand All @@ -24,7 +24,13 @@ function Header() {
Forum
</a>
</li>
<li className='nav-btn'>
<a href='https://www.freecodecamp.org/news' target='_blank'>
News
</a>
</li>
<li className='sign-in-btn'>

<UserState />
</li>
</ul>
Expand Down

0 comments on commit 5024e69

Please sign in to comment.