Skip to content

Commit

Permalink
add zoom 4 to map + adjust nav bar width
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon-Pampuch committed May 24, 2019
1 parent ca1d558 commit 51f49b1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion refugee-stories/src/components/Map.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export class MapContainer extends React.Component {
return (
<Map style={style}
google={this.props.google}
zoom={5}
zoom={4}
initialCenter={{
lat: 34.357235,
lng: 41.1292
Expand Down
2 changes: 1 addition & 1 deletion refugee-stories/src/components/navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class Navbar extends React.Component {
</LinkElem>
<LinkElem to={"/about_us"}>About</LinkElem>
<LinkElem exact to="/stories_list/add_story">
Share Your Story
Share
</LinkElem>
<LinkElem exact to={"/stories_list"}>
Read
Expand Down

0 comments on commit 51f49b1

Please sign in to comment.