2024-02-28 09:05:00 +00:00
|
|
|
<div class="my-4 not-prose {{ position == 'centre' ? 'flex justify-center' }}">
|
2024-03-22 15:23:43 +00:00
|
|
|
<a class="inline-flex gap-2 justify-center items-center py-3 px-6 w-full text-base font-medium text-white no-underline rounded-md duration-200 ease-in-out md:w-auto hover:bg-white focus:bg-white border-[2px] border-blue-primary bg-blue-primary transition-color dark:hover:border-white hover:text-blue-primary focus:text-blue-primary" href="{{ url }}">
|
2024-03-02 11:32:44 +00:00
|
|
|
<span>
|
|
|
|
{{ text|raw }}
|
|
|
|
</span>
|
|
|
|
|
|
|
|
<span>
|
2024-05-08 06:34:25 +00:00
|
|
|
<svg class="size-3" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor">
|
2024-03-02 11:32:44 +00:00
|
|
|
<path stroke-linecap="round" stroke-linejoin="round" d="M17.25 8.25 21 12m0 0-3.75 3.75M21 12H3" />
|
|
|
|
</svg>
|
|
|
|
</span>
|
|
|
|
</a>
|
2024-01-03 20:00:00 +00:00
|
|
|
</div>
|