Added page titles and modified Favicon.

This commit is contained in:
wildscotsmen
2018-11-08 21:53:19 -05:00
parent e0e1a7e9e4
commit a343458f8c
7 changed files with 33 additions and 9 deletions

View File

@@ -2,6 +2,10 @@ import React, { Component } from 'react';
import ViewSightings from '../components/ViewSightings.js';
class Sighting extends Component {
componentDidMount() {
document.title = 'Marten Tracker | List';
}
render() {
return (
<ViewSightings/>