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

5 lines
166 B
Twig

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