Added titles to pages.

This commit is contained in:
WildScotsmen
2018-11-25 16:37:26 -05:00
parent 89762e4428
commit 970449fc5f
3 changed files with 31 additions and 8 deletions

View File

@@ -24,6 +24,10 @@ class About extends Component {
}))
}
componentDidMount() {
document.title = 'Marten Tracker | About';
}
render() {
return (