web.myco.systems/themes/blowfish/layouts/partials/badge.html

8 lines
208 B
HTML
Raw Normal View History

2023-09-02 03:10:14 +00:00
<span class="flex">
<span
class="rounded-md border border-primary-400 px-1 py-[1px] text-xs font-normal text-primary-700 dark:border-primary-600 dark:text-primary-400"
>
{{ . }}
</span>
</span>