refactor: swap out the bot account indicator icon (#1478)

This commit is contained in:
JD Hartley 2023-02-03 06:12:16 -06:00 committed by GitHub
parent 6c1ec2a252
commit 7f1b443f65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 1 deletions

View file

@ -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') }}