chore(root): Ensure development environment

This commit is contained in:
Bouncey
2018-09-03 11:23:18 +01:00
committed by mrugesh mohapatra
parent 46a217d0a5
commit dc00eb8555
225 changed files with 164 additions and 21387 deletions

View File

@@ -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>
);
}

View File

@@ -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>