Skip to content

Commit

Permalink
Fix: no home button on map page to https://keralarescue.in
Browse files Browse the repository at this point in the history
  • Loading branch information
edayan committed Aug 18, 2018
1 parent 45e3220 commit 73e4129
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/mainPage/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ class MainPage extends React.Component {
<div className="flex items-center justify-between pl3 pr3">
<h3 className="">Kerala Flood Map</h3>
<div className="main-nav">
<a href="/" target="blank" className="link green ba pa2 mr2 br2">
Home
</a>
<a
href={
this.state.position
Expand Down

0 comments on commit 73e4129

Please sign in to comment.