Skip to content

Commit

Permalink
third commit
Browse files Browse the repository at this point in the history
  • Loading branch information
simransia committed Apr 16, 2022
1 parent e4d8840 commit 2606e61
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/views/layouts/_header.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@
</div>
</li>

<li class="nav-item d-sm-none d-lg-inline store" style="padding:0 10px;">
<li class="nav-item d-md-none d-lg-inline store" style="padding:0 10px;">
<a class="nav-link btn btn-outline-secondary" target="_blank" href="//store.publiclab.org"><%= t('layout._header.store') %></a>
</li>
<li class="nav-item d-sm-none d-lg-inline donate" style="padding:0 10px;">
<li class="nav-item d-md-none d-lg-inline donate" style="padding:0 10px;">
<a class="nav-link btn btn-outline-secondary" href="/donate"><%= t('layout._header.donate') %></a>
</li>

Expand Down Expand Up @@ -274,6 +274,7 @@
width:90px;
}
}

</style>

<%= render :partial => "map/mapDependencies" %>

0 comments on commit 2606e61

Please sign in to comment.