Skip to content

Commit 5f1ab78

Browse files
authored
Merge pull request #538 from python-discord/jb3/navbar-spans
Update navbar hamburger/dropdown anchors to spans
2 parents b74f8c7 + 7e8d29c commit 5f1ab78

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pydis_site/templates/base/navbar.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@
5757

5858
{# More #}
5959
<div class="navbar-item has-dropdown is-hoverable">
60-
<a class="navbar-link is-hidden-touch">
60+
<span class="navbar-link is-hidden-touch">
6161
More
62-
</a>
63-
<a class="navbar-link is-arrowless is-hidden-desktop">
62+
</span>
63+
<span class="navbar-link is-arrowless is-hidden-desktop">
6464
More
65-
</a>
65+
</span>
6666
<div class="navbar-dropdown">
6767
<a class="navbar-item" href="{% url "resources:index" %}">
6868
Resources

0 commit comments

Comments
 (0)