fix: resolve empty state image correctly in profile page (#4456)

This commit is contained in:
James George 2024-10-22 09:34:18 -07:00 committed by GitHub
parent b6fba6f50e
commit f10fac9f44
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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