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

@@ -4,6 +4,7 @@ import { bindActionCreators } from 'redux';
import { connect } from 'react-redux';
import { createSelector } from 'reselect';
import { Grid, Button } from '@freecodecamp/react-bootstrap';
import Helmet from 'react-helmet';
import { signInLoadingSelector, userSelector } from '../redux';
import { submitNewAbout, updateUserFlag } from '../redux/settings';
@@ -77,6 +78,9 @@ function ShowSettings(props) {
return (
<Layout>
<Helmet>
<title>Settings | freeCodeCamp.org</title>
</Helmet>
<Grid>
<Spacer size={2} />
<FullWidthRow>