fixing icons
This commit is contained in:
parent
aa95d2e284
commit
532f417ff4
3 changed files with 18 additions and 103 deletions
|
@ -1,6 +1,6 @@
|
|||
{% set icon = "icons/" ~ icon ~ ".svg" %}
|
||||
{% set icon = load_data(path="icons/" ~ icon ~ ".svg") %}
|
||||
{% if icon %}
|
||||
<span class="relative inline-block align-text-bottom icon">
|
||||
{{ icon | safe }}
|
||||
<span class="w-6 h-6 relative inline-block align-text-bottom icon">
|
||||
{{icon | safe}}
|
||||
</span>
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue