fix: menu styles

This commit is contained in:
Cory Dransfeldt 2024-04-28 19:33:00 -07:00
parent 8c0c27b5ee
commit 56154b0c63
No known key found for this signature in database
5 changed files with 23 additions and 15 deletions

View file

@ -3,6 +3,7 @@
<span class="active {{ class }}" aria-current="page">
{% if icon %}
{% tablericon icon link %}
<span>{{ link }}</span>
{% else %}
{{ link }}
{% endif %}
@ -14,7 +15,7 @@
<span>{{ link }}</span>
</a>
{% else %}
<a class="icon" href="/{{ link | downcase }}">
<a href="/{{ link | downcase }}">
{{ link }}
</a>
{% endif %}