Added page title to App.js
This commit is contained in:
parent
a343458f8c
commit
691f96506b
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue