fix: menu styles
This commit is contained in:
parent
8c0c27b5ee
commit
56154b0c63
5 changed files with 23 additions and 15 deletions
|
@ -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 %}
|
||||
|
|
Reference in a new issue