From 691f96506b6dec3fa9f98d16afb5c7a5e33c9620 Mon Sep 17 00:00:00 2001 From: wildscotsmen Date: Thu, 8 Nov 2018 21:57:00 -0500 Subject: [PATCH] Added page title to App.js --- src/App.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/App.js b/src/App.js index 8e4c4da..bd3131f 100644 --- a/src/App.js +++ b/src/App.js @@ -3,6 +3,10 @@ import Main from './components/Main'; import './App.css'; class App extends Component { + componentDidMount() { + document.title = 'Marten Tracker'; + } + render() { return (