forked from Mirrors/elk
ui: improve bot indicator
This commit is contained in:
parent
72a3482e4e
commit
7c1baf0f0a
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<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') }}
|
{{ $t('account.bot') }}
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in a new issue