Made title in index.js more specific to first page.

This commit is contained in:
wildscotsmen 2018-11-08 22:01:29 -05:00
parent 2cb53178df
commit 86580d4a40
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import './index.css';
import App from './App';
import registerServiceWorker from './registerServiceWorker';
document.title = 'Marten Tracker';
document.title = 'Marten Tracker | Home';
ReactDOM.render(<App/>, document.getElementById('root'));