Added page titles and modified Favicon.
This commit is contained in:
@@ -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/>
|
||||
|
||||
Reference in New Issue
Block a user