fix
parent
d68e35b9ac
commit
92fb943525
|
@ -19,7 +19,7 @@
|
|||
{% for ma in actions %}
|
||||
<li id="action-{{ma.id}}" class="relative flex">
|
||||
<div class="w-6 h-6 flex justify-center items-center flex-shrink-0">
|
||||
<i class="far {{ ma.icon }} {{ colors[{{ ma.icon }}] }} text-lg fa-fw"></i>
|
||||
<i class="far {{ ma.icon }} {{ colors['{{ ma.icon }}'] }} text-lg fa-fw"></i>
|
||||
</div>
|
||||
<div class="pl-2 text-gray-500 dark:text-gray-400 text-sm">
|
||||
<div>
|
||||
|
|
Loading…
Reference in New Issue