chore: colors for band icons
This commit is contained in:
parent
c3f031a229
commit
fa10c0ff1c
4 changed files with 91 additions and 8 deletions
|
@ -9,7 +9,7 @@
|
|||
</span>
|
||||
{% else %}
|
||||
{% if icon %}
|
||||
<a class="link--icon" href="/{{ link | downcase }}">
|
||||
<a class="link--icon {{ icon | downcase }}" href="/{{ link | downcase }}">
|
||||
{% tablericon icon link %}
|
||||
</a>
|
||||
{% else %}
|
||||
|
|
Reference in a new issue