chore: updated welcome card english flag image

This commit is contained in:
2025-11-28 00:58:19 +01:00
parent 15e599fe3c
commit f335ca8fc2
+1 -1
View File
@@ -9,7 +9,7 @@
</button> </button>
<button :data-active="$i18n.locale == 'en'" @click="store.changeLocale('en')"> <button :data-active="$i18n.locale == 'en'" @click="store.changeLocale('en')">
<img src="/images/icon-en.jpg" alt="" width="45" /> <img src="/images/icon-en.svg" alt="" width="45" />
</button> </button>
</div> </div>