feat(titles): Title the pages

This commit is contained in:
Bouncey
2018-09-14 16:14:35 +01:00
committed by Stuart Taylor
parent d6c0e7be49
commit 83b74d14f3
10 changed files with 45 additions and 5 deletions

View File

@@ -14,6 +14,7 @@ import {
Col,
Button
} from '@freecodecamp/react-bootstrap';
import Helmet from 'react-helmet';
import Layout from '../components/Layout';
import { Spacer } from '../components/helpers';
@@ -80,6 +81,9 @@ class UpdateEmail extends Component {
const { isNewEmail, updateMyEmail } = this.props;
return (
<Layout>
<Helmet>
<title>Update your email address | freeCodeCamp.org</title>
</Helmet>
<Spacer />
<h2 className='text-center'>Update your email address here:</h2>
<Grid>