fix: resolve empty state image correctly in profile page (#4456)
This commit is contained in:
parent
b6fba6f50e
commit
f10fac9f44
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
<HoppSmartPlaceholder
|
||||
v-else-if="accessTokens.length === 0"
|
||||
:src="`/images/states/${colorMode}/pack.svg`"
|
||||
:src="`/images/states/${colorMode.value}/pack.svg`"
|
||||
:alt="`${t('empty.access_tokens')}`"
|
||||
:text="t('empty.access_tokens')"
|
||||
@drop.stop
|
||||
|
|
|
|||
Loading…
Reference in a new issue