diff --git a/src/component/Common/LanguageSwitcher.tsx b/src/component/Common/LanguageSwitcher.tsx
index c3006f0..cab07e9 100644
--- a/src/component/Common/LanguageSwitcher.tsx
+++ b/src/component/Common/LanguageSwitcher.tsx
@@ -3,7 +3,7 @@ import i18next from "i18next";
import { languages } from "../../i18n";
import { useTranslation } from "react-i18next";
import { IconButton, Menu, MenuItem, Tooltip } from "@mui/material";
-import TranslateIcon from "@mui/icons-material/Translate";
+import Translate from "../Icons/Translate.tsx";
const LanguageSwitcher: React.FC = () => {
const { t } = useTranslation();
@@ -22,7 +22,7 @@ const LanguageSwitcher: React.FC = () => {
<>