fix(nav): update URL for news and forum
This commit is contained in:
committed by
Stuart Taylor
parent
fdc2219f81
commit
251212beea
@ -22,7 +22,7 @@ function Header({ disableSettings }) {
|
||||
</li>
|
||||
<li>
|
||||
<a
|
||||
href='https://www.freecodecamp.org/forum'
|
||||
href='/forum'
|
||||
rel='noopener noreferrer'
|
||||
target='_blank'
|
||||
>
|
||||
@ -30,7 +30,13 @@ function Header({ disableSettings }) {
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<Link to='/news'>News</Link>
|
||||
<a
|
||||
href='/news'
|
||||
rel='noopener noreferrer'
|
||||
target='_blank'
|
||||
>
|
||||
News
|
||||
</a>
|
||||
</li>
|
||||
<li className='user-state-link'>
|
||||
<UserState disableSettings={disableSettings} />
|
||||
|
Reference in New Issue
Block a user