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>
|
</li>
|
||||||
<% end %>
|
<% end %>
|
||||||
<li>
|
<li>
|
||||||
<%= link_to "Global Maps", explore_active_path, :data => { :router => 'true'} %>
|
<%= link_to "All Maps", explore_active_path, :data => { :router => 'true'} %>
|
||||||
</li>
|
</li>
|
||||||
<% if not current_user %>
|
<% if not current_user %>
|
||||||
<li>
|
<li>
|
||||||
|
|
|
@ -58,7 +58,7 @@ class Header extends Component {
|
||||||
href={signedIn ? '/' : '/explore/active'}
|
href={signedIn ? '/' : '/explore/active'}
|
||||||
linkClass={activeClass('active')}
|
linkClass={activeClass('active')}
|
||||||
data-router="true"
|
data-router="true"
|
||||||
text="Global"
|
text="All Maps"
|
||||||
/>
|
/>
|
||||||
<MapLink show={!signedIn && explore}
|
<MapLink show={!signedIn && explore}
|
||||||
href="/explore/featured"
|
href="/explore/featured"
|
||||||
|
|
Loading…
Reference in a new issue