9 lines
277 B
HTML
9 lines
277 B
HTML
<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>
|