mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-02-17 15:01:42 +08:00
fix flag for dummy language
Signed-off-by: MiniDigger <admin@benndorf.dev>
This commit is contained in:
parent
881e9e981c
commit
cbcc2a55f0
@ -15,8 +15,12 @@
|
||||
<v-list-item-icon>
|
||||
<img
|
||||
height="24px"
|
||||
:alt="'flag ' + locale.icon"
|
||||
:src="'https://purecatamphetamine.github.io/country-flag-icons/3x2/' + locale.icon + '.svg'"
|
||||
:alt="'flag ' + locale.icon.includes('crwdns') ? 'dummy' : locale.icon"
|
||||
:src="
|
||||
'https://purecatamphetamine.github.io/country-flag-icons/3x2/' +
|
||||
(locale.icon.includes('crwdns') ? 'EU' : locale.icon) +
|
||||
'.svg'
|
||||
"
|
||||
/>
|
||||
</v-list-item-icon>
|
||||
<v-list-item-content>
|
||||
|
Loading…
Reference in New Issue
Block a user