2024-01-03 20:00:00 +00:00
|
|
|
<div class="not-prose {{ position == 'centre' ? 'flex justify-center' }}">
|
2024-01-03 20:00:00 +00:00
|
|
|
<a class="inline-flex 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 bg-blue-primary transition-color hover:text-blue-primary focus:text-blue-primary "href="{{ url }}">
|
2024-01-03 20:00:00 +00:00
|
|
|
{{ text|raw }}
|
2024-01-03 20:00:00 +00:00
|
|
|
</a>
|
|
|
|
</div>
|