fix: change vietnam flag

This commit is contained in:
Nevo David 2026-01-01 15:09:23 +07:00
parent 4f0f4c27f9
commit b3d298daff
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ const getCountryCodeForFlag = (languageCode: string) => {
if (languageCode === 'he') return 'IL';
if (languageCode === 'ja') return 'JP';
if (languageCode === 'ko') return 'KR';
if (languageCode === 'vi') return 'VN';
// Check if language code itself is a valid country code
try {