typeit isn't working

This commit is contained in:
Chris Cochrun 2025-05-20 23:29:29 -05:00
parent b62229a693
commit bae61d7968
5 changed files with 30 additions and 50 deletions

View file

@ -0,0 +1,8 @@
<a
class="!rounded-md bg-primary-600 px-4 py-2 !text-neutral !no-underline hover:!bg-primary-500 dark:bg-primary-800 dark:hover:!bg-primary-700"
{% if href %}href="{{ href }}"{% endif %}
{% if target %}target="{{ target }}"{% endif %}
role="button"
>
{{ body }}
</a>