fix: unused classes
This commit is contained in:
parent
32f3da64bb
commit
57cd789b06
3 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@
|
|||
</span>
|
||||
{% else %}
|
||||
{% if icon %}
|
||||
<a class="link--icon {{ icon | downcase }}" href="/{{ link | downcase }}">
|
||||
<a class="{{ icon | downcase }}" href="/{{ link | downcase }}">
|
||||
{% tablericon icon link %}
|
||||
</a>
|
||||
{% else %}
|
||||
|
|
Reference in a new issue