From 33ce82bedc5357cfb64d9b49e3f862da3279a646 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9E=A5=EC=A0=95=EC=95=88?= Date: Tue, 9 Jan 2024 21:05:57 +0900 Subject: [PATCH] =?UTF-8?q?style:=20=EC=98=A4=ED=83=80=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/onboarding/step04/Step04.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/onboarding/step04/Step04.tsx b/src/components/onboarding/step04/Step04.tsx index d108eb5d..4e5b1bd6 100644 --- a/src/components/onboarding/step04/Step04.tsx +++ b/src/components/onboarding/step04/Step04.tsx @@ -6,7 +6,7 @@ const SetTournamentSchedule = () => { <> <Title title='시작 일정을 설정해주세요' /> - <SubTitle subTitle='너먼트 시작 전까지 선물을 등록할 수 있어요.' /> + <SubTitle subTitle='토너먼트 시작 전까지 선물을 등록할 수 있어요.' /> </> ); };