fix: unused classes

This commit is contained in:
Cory Dransfeldt 2024-01-02 10:22:06 -08:00
parent 32f3da64bb
commit 57cd789b06
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View file

@ -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 %}