From 8e9dc7432ae462d7ada4b630c33579b8cd9c67dd Mon Sep 17 00:00:00 2001 From: Darren Yu Date: Fri, 5 Sep 2025 11:51:48 +0800 Subject: [PATCH] Update LanguageSwitcher.tsx --- src/component/Common/LanguageSwitcher.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = () => { <> - +