chore(root): Ensure development environment
This commit is contained in:
committed by
mrugesh mohapatra
parent
46a217d0a5
commit
dc00eb8555
@@ -12,7 +12,7 @@ const mapStateToProps = createSelector(userSelector, ({ picture }) => ({
|
||||
function SignedIn({ picture }) {
|
||||
return (
|
||||
<a href='https://www.freecodecamp.org/settings'>
|
||||
<img height='38px' src={picture} />
|
||||
<img alt='' height='38px' src={picture} />
|
||||
</a>
|
||||
);
|
||||
}
|
||||
|
@@ -21,7 +21,11 @@ function Header({ disableSettings }) {
|
||||
<Link to='/'>Curriculum</Link>
|
||||
</li>
|
||||
<li>
|
||||
<a href='https://forum.freecodecamp.org' target='_blank'>
|
||||
<a
|
||||
href='https://forum.freecodecamp.org'
|
||||
rel='noopener noreferrer'
|
||||
target='_blank'
|
||||
>
|
||||
Forum
|
||||
</a>
|
||||
</li>
|
||||
|
Reference in New Issue
Block a user