elk/components/account/AccountBotIndicator.vue
2022-12-19 21:40:46 +01:00

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>