elk/components/account/AccountBotIndicator.vue

6 lines
159 B
Vue

<template>
<div flex="~" items-center border="~ base" text-secondary-light rounded-md px-1 text-xs my-auto>
{{ $t('account.bot') }}
</div>
</template>