Added page title to App.js

This commit is contained in:
wildscotsmen 2018-11-08 21:57:00 -05:00
parent a343458f8c
commit 691f96506b
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@ import Main from './components/Main';
import './App.css'; import './App.css';
class App extends Component { class App extends Component {
componentDidMount() {
document.title = 'Marten Tracker';
}
render() { render() {
return ( return (
<div> <div>