Skip to content

Commit

Permalink
Update navbar hamburger/dropdown anchors to spans
Browse files Browse the repository at this point in the history
There is no href on these items, so they should not be anchors.
  • Loading branch information
jb3 authored Jun 20, 2021
1 parent 297337f commit d2112a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pydis_site/templates/base/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@

{# More #}
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link is-hidden-touch">
<span class="navbar-link is-hidden-touch">
More
</a>
<a class="navbar-link is-arrowless is-hidden-desktop">
</span>
<span class="navbar-link is-arrowless is-hidden-desktop">
More
</a>
</span>
<div class="navbar-dropdown">
<a class="navbar-item" href="{% url "resources:index" %}">
Resources
Expand Down

0 comments on commit d2112a8

Please sign in to comment.