from en to english path for flag icon

This commit is contained in:
Kakabay 2025-02-09 18:27:23 +05:00
parent e2683d3954
commit 2ca89257e0
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ export const LangMenu: FC<Props> = ({ className }) => {
className="flex gap-3 py-1 items-center cursor-pointer"
>
<img
src={item.lang === Language.RU ? "/ru.svg" : "/en.svg"}
src={item.lang === Language.RU ? "/ru.svg" : "/english.svg"}
alt="flag"
/>
<h5>{item.lang === Language.RU ? "Русский" : "English"}</h5>