1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-07-09 07:46:48 +01:00
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>