diff --git a/src/components/Main.js b/src/components/Main.js
index 62336af..be9617f 100644
--- a/src/components/Main.js
+++ b/src/components/Main.js
@@ -149,7 +149,7 @@ class ResponsiveDrawer extends React.Component {
- The American Marten
+ Marten Tracker
diff --git a/src/components/ViewSightings.js b/src/components/ViewSightings.js
index 0da8e16..1b46368 100644
--- a/src/components/ViewSightings.js
+++ b/src/components/ViewSightings.js
@@ -78,7 +78,7 @@ class ViewSightings extends Component {
return (
this.getDetail(sighting.id, sighting.lat, sighting.lng, sighting.desc, sighting.type, sighting.confidence, sighting.date, sighting.time)}>
-
+
)
})