We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c9c7f0 + 5f1ab78 commit abccdbaCopy full SHA for abccdba
pydis_site/templates/base/navbar.html
@@ -57,12 +57,12 @@
57
58
{# More #}
59
<div class="navbar-item has-dropdown is-hoverable">
60
- <a class="navbar-link is-hidden-touch">
+ <span class="navbar-link is-hidden-touch">
61
More
62
- </a>
63
- <a class="navbar-link is-arrowless is-hidden-desktop">
+ </span>
+ <span class="navbar-link is-arrowless is-hidden-desktop">
64
65
66
<div class="navbar-dropdown">
67
<a class="navbar-item" href="{% url "resources:index" %}">
68
Resources
0 commit comments