From e4d80d9972f0ebb7067f33b67a87acf0e3fbb2fc Mon Sep 17 00:00:00 2001 From: Danah Date: Wed, 19 Feb 2025 20:33:35 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20app=20store=20=EA=B5=AD=EA=B0=80=20?= =?UTF-8?q?=EC=BD=94=EB=93=9C=20=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/_components/Intro/Intro.tsx | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/pages/_components/Intro/Intro.tsx b/src/pages/_components/Intro/Intro.tsx index 97f1530..db753a4 100644 --- a/src/pages/_components/Intro/Intro.tsx +++ b/src/pages/_components/Intro/Intro.tsx @@ -8,7 +8,7 @@ import Box from "@components/atoms/Box"; import Button from "@components/atoms/Button"; import Typography from "@components/atoms/Typography"; -import i18n from "@utils/i18n"; +import { matchSupportLanguage } from "@utils/i18n"; import { ImageBox, StyledIntro, SubTitle, Title, TitleBox, ImageRatioBox } from "./Intro.styles"; @@ -19,7 +19,7 @@ const PlandyMockupImage = { }; function Intro() { - const { t } = useTranslation(); + const { i18n, t } = useTranslation(); return ( @@ -30,7 +30,11 @@ function Intro() {