mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-21 17:05:22 +03:00
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') }}
|
||||
|
|
|
@ -76,6 +76,7 @@
|
|||
"@iconify-json/carbon": "^1.1.14",
|
||||
"@iconify-json/logos": "^1.1.22",
|
||||
"@iconify-json/material-symbols": "^1.1.26",
|
||||
"@iconify-json/mdi": "^1.1.44",
|
||||
"@iconify-json/ph": "^1.1.3",
|
||||
"@iconify-json/ri": "^1.1.4",
|
||||
"@iconify-json/twemoji": "^1.1.10",
|
||||
|
|
|
@ -38,6 +38,7 @@ importers:
|
|||
'@iconify-json/carbon': ^1.1.14
|
||||
'@iconify-json/logos': ^1.1.22
|
||||
'@iconify-json/material-symbols': ^1.1.26
|
||||
'@iconify-json/mdi': ^1.1.44
|
||||
'@iconify-json/ph': ^1.1.3
|
||||
'@iconify-json/ri': ^1.1.4
|
||||
'@iconify-json/twemoji': ^1.1.10
|
||||
|
@ -174,6 +175,7 @@ importers:
|
|||
'@iconify-json/carbon': 1.1.14
|
||||
'@iconify-json/logos': 1.1.22
|
||||
'@iconify-json/material-symbols': 1.1.26
|
||||
'@iconify-json/mdi': 1.1.44
|
||||
'@iconify-json/ph': 1.1.3
|
||||
'@iconify-json/ri': 1.1.4
|
||||
'@iconify-json/twemoji': 1.1.10
|
||||
|
@ -2104,6 +2106,12 @@ packages:
|
|||
'@iconify/types': 2.0.0
|
||||
dev: true
|
||||
|
||||
/@iconify-json/mdi/1.1.44:
|
||||
resolution: {integrity: sha512-Apg9JY3jzWUTNiDWVBo7pD0WUAxdgoDhqr+X5TF1X6kVmM6U4Uo+Fo9dFaf4Qfwfsbt23zp2BHiaV1h1Hqm31g==}
|
||||
dependencies:
|
||||
'@iconify/types': 2.0.0
|
||||
dev: true
|
||||
|
||||
/@iconify-json/ph/1.1.3:
|
||||
resolution: {integrity: sha512-QSzWMGF8GiBPW89RpQ3bEwEjuRWTv/xxskStUpK7tsXlz3qoPTEM5CQxDUpzUmc9luAWViqD/shIUiuNhUeolw==}
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in a new issue