ui: improve bot indicator

pull/454/head
Anthony Fu 2022-12-19 21:40:46 +01:00
rodzic 72a3482e4e
commit 7c1baf0f0a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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