Files
myep-team/templates/_partials/_errorbox.html.twig
T
2023-10-21 16:41:57 +02:00

5 lines
167 B
Twig

<div class="flex items-start space-x-4 bg-red-600 text-white p-4 rounded-md w-full">
{{ icon('alert', 'w-6 h-6 shrink-0') }}
<span>{{ message }}</span>
</div>