diff options
| author | 2021-06-21 00:48:27 +0100 | |
|---|---|---|
| committer | 2021-06-21 00:48:27 +0100 | |
| commit | d2112a84259c18db2d2a93b3821a8668edc23ada (patch) | |
| tree | faa7879fd397be7362b81ddc14783e29b109164a | |
| parent | Add cache purge step to CI deploy stage (#533) (diff) | |
Update navbar hamburger/dropdown anchors to spans
There is no href on these items, so they should not be anchors.
| -rw-r--r-- | pydis_site/templates/base/navbar.html | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/pydis_site/templates/base/navbar.html b/pydis_site/templates/base/navbar.html index ee458b03..d7cb49b2 100644 --- a/pydis_site/templates/base/navbar.html +++ b/pydis_site/templates/base/navbar.html @@ -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 | 
