refactor: swap out the bot account indicator icon (#1478)
This commit is contained in:
parent
6c1ec2a252
commit
7f1b443f65
3 changed files with 10 additions and 1 deletions
|
@ -12,7 +12,7 @@ defineProps<{
|
|||
>
|
||||
<slot name="prepend" />
|
||||
<CommonTooltip :content="$t('account.bot')" :disabled="showLabel">
|
||||
<div i-ri:robot-line />
|
||||
<div i-mdi:robot-outline />
|
||||
</CommonTooltip>
|
||||
<div v-if="showLabel">
|
||||
{{ $t('account.bot') }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue