Global => All Maps (#774)

This commit is contained in:
Devin Howard 2016-10-17 22:53:33 +08:00 committed by Connor Turland
parent 517cfcb913
commit 6c9d464a9f
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"