From 9880b8b97dc223dc6978bd3db824661c3a2719b3 Mon Sep 17 00:00:00 2001 From: brian <90752841+wokbjso@users.noreply.github.com> Date: Mon, 25 Dec 2023 01:29:17 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=EB=A1=9C=EA=B7=B8=EC=9D=B8=EC=97=90?= =?UTF-8?q?=EB=8A=94=20=EB=A1=9C=EA=B7=B8=EC=9D=B8=EC=9C=BC=EB=A1=9C=20?= =?UTF-8?q?=EB=B2=84=ED=8A=BC=20=ED=85=8D=EC=8A=A4=ED=8A=B8=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/features/form/components/Form/FormLayout/FormLayout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/form/components/Form/FormLayout/FormLayout.tsx b/src/features/form/components/Form/FormLayout/FormLayout.tsx index b41b12d..da8359d 100644 --- a/src/features/form/components/Form/FormLayout/FormLayout.tsx +++ b/src/features/form/components/Form/FormLayout/FormLayout.tsx @@ -86,7 +86,7 @@ export default function FormLayout({ type, onSubmit }: FormProps) { bgColor={theme.colors.mainColor} addClass="border-radius:1rem;" > - 가입하기 + {type === FORM_TYPE.LOGIN ? "로그인" : "가입하기"}