mirror of
https://github.com/cloudstack-llc/msty-docs.git
synced 2026-07-19 21:54:17 -04:00
9 lines
305 B
Vue
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>
|