From 50ba2ce775c02ec17c43e11d3adc0c50c3c7a713 Mon Sep 17 00:00:00 2001 From: heesunee Date: Mon, 8 Sep 2025 15:45:42 +0900 Subject: [PATCH 1/3] =?UTF-8?q?fix:=20=EC=9D=B4=EC=9A=A9=EA=B0=80=EC=9D=B4?= =?UTF-8?q?=EB=93=9C=20=EA=B8=B0=EB=B3=B8=20=EC=BB=A8=ED=85=8C=EC=9D=B4=20?= =?UTF-8?q?=EB=84=88=20=EC=98=81=EC=97=AD=20=EC=84=A4=EC=A0=95=20(#388)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/home/components/top-section.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/home/components/top-section.tsx b/src/pages/home/components/top-section.tsx index cfc0d565..aa12eded 100644 --- a/src/pages/home/components/top-section.tsx +++ b/src/pages/home/components/top-section.tsx @@ -10,7 +10,7 @@ const TopSection = () => { }; return ( -
+
Date: Mon, 8 Sep 2025 15:46:04 +0900 Subject: [PATCH 2/3] =?UTF-8?q?fix:=20signup=20page=20=EB=B6=88=ED=95=84?= =?UTF-8?q?=EC=9A=94=ED=95=9C=20div=20=EC=82=AD=EC=A0=9C=20(#388)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/sign-up/components/signup-step.tsx | 4 ++-- src/pages/sign-up/sign-up.tsx | 20 +++++++++----------- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/src/pages/sign-up/components/signup-step.tsx b/src/pages/sign-up/components/signup-step.tsx index db31fbf0..63ce163d 100644 --- a/src/pages/sign-up/components/signup-step.tsx +++ b/src/pages/sign-up/components/signup-step.tsx @@ -118,9 +118,9 @@ const SignupStep = () => { return (
-
+

{NICKNAME_TITLE}

diff --git a/src/pages/sign-up/sign-up.tsx b/src/pages/sign-up/sign-up.tsx index e9db80ed..f0e95083 100644 --- a/src/pages/sign-up/sign-up.tsx +++ b/src/pages/sign-up/sign-up.tsx @@ -8,17 +8,15 @@ const SignUp = () => { const { Funnel, Step, goNext } = useFunnel(SIGNUP_STEPS, ROUTES.HOME); return ( -
-
- - - - - - - - -
+
+ + + + + + + +
); }; From 0eefe2d9a5990376c596da2b7fb977a071c158b3 Mon Sep 17 00:00:00 2001 From: heesunee Date: Mon, 8 Sep 2025 15:53:26 +0900 Subject: [PATCH 3/3] =?UTF-8?q?fix:=20=EC=98=A4=ED=83=80=20=EC=88=98?= =?UTF-8?q?=EC=A0=95=20(#388)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/sign-up/sign-up.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/sign-up/sign-up.tsx b/src/pages/sign-up/sign-up.tsx index f0e95083..2590d4bd 100644 --- a/src/pages/sign-up/sign-up.tsx +++ b/src/pages/sign-up/sign-up.tsx @@ -8,7 +8,7 @@ const SignUp = () => { const { Funnel, Step, goNext } = useFunnel(SIGNUP_STEPS, ROUTES.HOME); return ( -
+