Files
msty-docs/components/content/AurumTag.vue
T
Nikesh Parajuli 727c3ee9c1 tweak: aurum tag
2024-10-20 22:50:23 -04:00

9 lines
305 B
Vue

<template>
<div
class="align-middle mx-0.5 inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold border-transparent bg-yellow-400 dark:text-secondary text-secondary-foreground gap-1"
>
<Icon name="tabler:sparkles" />
<span>Aurum Perk</span>
</div>
</template>