Skip to content

Commit abccdba

Browse files
authored
Merge branch 'main' into fix-nitro-message
2 parents 6c9c7f0 + 5f1ab78 commit abccdba

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)