This commit is contained in:
2025-07-30 12:20:19 +02:00
parent 29a965f824
commit f6beff78ab
7 changed files with 8 additions and 8 deletions

View File

@@ -9,7 +9,7 @@
<div class="card relative shadow rounded-lg p-4 transition-all duration-300">
{% if icon %}
<div class="flex items-center justify-center h-12 w-12 rounded-md mb-4">
<img src="{{ icon | safe }}" class="">
<img src="{{ get_url(path=icon) }}" class="">
</div>
{% endif %}
<h3 class="text-lg font-medium">{{ title }}</h3>