Global => All Maps

This commit is contained in:
Devin Howard 2016-10-17 22:35:01 +08:00
parent a0c0dcbc79
commit 4f0c87492b
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@
</li>
<% end %>
<li>
<%= link_to "Global Maps", explore_active_path, :data => { :router => 'true'} %>
<%= link_to "All Maps", explore_active_path, :data => { :router => 'true'} %>
</li>
<% if not current_user %>
<li>

View file

@ -58,7 +58,7 @@ class Header extends Component {
href={signedIn ? '/' : '/explore/active'}
linkClass={activeClass('active')}
data-router="true"
text="Global"
text="All Maps"
/>
<MapLink show={!signedIn && explore}
href="/explore/featured"