From 55b2d1084056c8403fbe6b243e81f87399c3d3f4 Mon Sep 17 00:00:00 2001 From: leejin_rho <tbdpapdl@gmail.com> Date: Wed, 3 Jul 2024 17:50:28 +0900 Subject: [PATCH] =?UTF-8?q?#16=20fix:=20=EB=B2=84=ED=8A=BC=20=EC=A3=BC?= =?UTF-8?q?=EC=84=9D=20=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/signup.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/signup.tsx b/pages/signup.tsx index 90d4b3f..72f16d1 100644 --- a/pages/signup.tsx +++ b/pages/signup.tsx @@ -106,14 +106,14 @@ const SignUp: NextPage = () => { maxLength={16} className="flex-grow" /> - <button + {/* <button className="shrink-0 px-3 py-2.5 border border-main-color text-main-color rounded-lg h5" onClick={(e) => { e.preventDefault(); }} > 중복 - </button> + </button> */} </FlexBox> <TextLine children={"비밀번호"} className="pl-1" /> @@ -138,7 +138,7 @@ const SignUp: NextPage = () => { maxLength={8} className="flex-grow" /> - <button + {/* <button className="shrink-0 px-3 py-2.5 border border-main-color text-main-color rounded-lg h5" onClick={(e) => { e.preventDefault(); @@ -146,7 +146,7 @@ const SignUp: NextPage = () => { }} > 중복 - </button> + </button> */} </FlexBox> <TextLine children={"식별번호"} className="pl-1" />