Add buttons

This commit is contained in:
Oliver Davies 2024-01-03 20:00:00 +00:00
parent f46de0edc9
commit 5ec41de72e
3 changed files with 12 additions and 2 deletions

View file

@ -0,0 +1,5 @@
<div class="not-prose">
<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 }}">
{{ text }}
</a>
</div>