Global => All Maps (#774)
This commit is contained in:
parent
517cfcb913
commit
6c9d464a9f
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue