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';
|
||||
|
||||
class App extends Component {
|
||||
componentDidMount() {
|
||||
document.title = 'Marten Tracker';
|
||||
}
|
||||
|
||||
render() {
|
||||
return (
|
||||
<div>
|
||||
|
|
Loading…
Reference in New Issue