Skip to content

Commit

Permalink
Add tabindex attribute to navbar links
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab committed Oct 18, 2023
1 parent dd4609e commit 6f464d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _layouts/default.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
<ul id="mod-download-dropdown" class="dropdown-menu"></ul>
</li>
{% endif %}
<li class="nav-item"><a href="/index.html">Home</a></li>
<li class="nav-item"><a href="/about.html">About Us</a></li>
<li class="nav-item"><a href="/index.html" tabindex="0">Home</a></li>
<li class="nav-item"><a href="/about.html" tabindex="0">About Us</a></li>
<li class="nav-item dropdown">
<input type="checkbox" id="mod-list-dropdown-toggle">
<label for="mod-list-dropdown-toggle">Mods {% include svg/dropdown.svg %}</label>
Expand All @@ -47,9 +47,9 @@
<!-- Will be adding Fabric libraries here "shortly" -->
</ul>
</li>
<li class="nav-item"><a href="/oldsite/">Old Site</a></li>
<li class="nav-item"><a href="/oldsite/" tabindex="0">Old Site</a></li>
<li class="nav-item">
<a href="https://discord.ladysnake.org" title="Discord" class="discord-invite">
<a href="https://discord.ladysnake.org" title="Discord" class="discord-invite" tabindex="0">
{% include svg/discord-word.svg %}
</a>
</li>
Expand Down

0 comments on commit 6f464d6

Please sign in to comment.