update web and bump ver for tag

This commit is contained in:
nikk gitanes
2023-07-11 19:06:07 +03:00
parent d023b0aa1f
commit 1e1985251a
16 changed files with 38 additions and 65 deletions

View File

@@ -111,7 +111,7 @@ export default function App() {
? changeLang('ua')
: currentLang === 'ua'
? changeLang('zh')
: currentLang === 'en'
: currentLang === 'en'
}
>
{currentLang.toUpperCase()}

View File

@@ -16,7 +16,7 @@ i18n
en: { translation: translationEN },
ru: { translation: translationRU },
ua: { translation: translationUA },
zh: { translation: translationZH }
zh: { translation: translationZH },
},
})