diff --git a/src/app/mypage/edit/changepassword/page.tsx b/src/app/mypage/edit/changepassword/page.tsx index 8e075ec..ca41492 100644 --- a/src/app/mypage/edit/changepassword/page.tsx +++ b/src/app/mypage/edit/changepassword/page.tsx @@ -10,7 +10,7 @@ const ChangePasswordPage = () => { const [step, setStep] = useState(0); return (
-
+
{step === 2 ? null : (
router.back()} className="py-[14px]"> { return (
-
+
router.back()} className="py-[14px]">
diff --git a/src/app/mypage/edit/page.tsx b/src/app/mypage/edit/page.tsx index 41a69a7..6d79d5d 100644 --- a/src/app/mypage/edit/page.tsx +++ b/src/app/mypage/edit/page.tsx @@ -73,7 +73,7 @@ const Editpage = () => { }, [open]); return ( -
+
router.back()} className="py-[14px]">
diff --git a/src/app/mypage/page.tsx b/src/app/mypage/page.tsx index 996c5a5..4c55784 100644 --- a/src/app/mypage/page.tsx +++ b/src/app/mypage/page.tsx @@ -37,7 +37,7 @@ const Mypage = () => { } return ( -
+
diff --git a/src/app/payment/layout.tsx b/src/app/payment/layout.tsx index af942f9..f49ddcb 100644 --- a/src/app/payment/layout.tsx +++ b/src/app/payment/layout.tsx @@ -7,7 +7,7 @@ export default function PaymentLayout({ }>) { return ( -
{children}
+
{children}
); } diff --git a/src/components/common/Gnb.tsx b/src/components/common/Gnb.tsx index 8ae7be2..65b658e 100644 --- a/src/components/common/Gnb.tsx +++ b/src/components/common/Gnb.tsx @@ -54,7 +54,7 @@ const Gnb = () => { className="cursor-pointer"> alert
-
+
{isLoggedIn ? ( mypage diff --git a/src/components/find/FindEmail.tsx b/src/components/find/FindEmail.tsx index 61791e7..43dc873 100644 --- a/src/components/find/FindEmail.tsx +++ b/src/components/find/FindEmail.tsx @@ -138,7 +138,7 @@ const FindEmail = () => { }, [isError]); return ( -
+
{!showUserEmail && ( <>
@@ -266,7 +266,7 @@ const FindEmail = () => { 가입하신
이메일 정보입니다 -
{userEmail ? userEmail : 'No email available'}
+
{userEmail ? userEmail : 'No email available'}
{ return ( -
+
{!showPasswordReset && ( <>
diff --git a/src/components/find/FindTabs.tsx b/src/components/find/FindTabs.tsx index ed41f88..17ed23e 100644 --- a/src/components/find/FindTabs.tsx +++ b/src/components/find/FindTabs.tsx @@ -16,10 +16,10 @@ const FindTabs = () => { const router = useRouter(); return ( -
+
<> -
-
+
+
{ setIsSubmitting(true); const result = await checkPassword(passwordValue); - if (result === 'success') { + if (result === '인증에 성공했습니다.') { setStep(1); } else { alert('비밀번호가 올바르지 않습니다. 다시 시도해주세요.'); diff --git a/src/components/sign/SignLayout.tsx b/src/components/sign/SignLayout.tsx index 1f3d5b1..c6748f5 100644 --- a/src/components/sign/SignLayout.tsx +++ b/src/components/sign/SignLayout.tsx @@ -23,7 +23,7 @@ const SignLayout = () => { }, 1000); return ( -
+
logo diff --git a/src/components/signup/Step1.tsx b/src/components/signup/Step1.tsx index a4f28f9..addf9d3 100644 --- a/src/components/signup/Step1.tsx +++ b/src/components/signup/Step1.tsx @@ -56,10 +56,10 @@ const Step1: React.FC = ({ onNext, onUpdate }) => { }; const isNextEnabled = checks.privacy && checks.service && checks.age; - + // min-h-[calc(100vh-75px)] flex flex-col items-center justify-center sm:min-h-[100vh] return ( -
-
+
+
뒤로가기 = ({ onNext, onUpdate }) => { const isFormValid = email && passwordValid && passwordMatch; return ( -
-
+
+
뒤로가기 = ({ onNext, onUpdate }) => { }; return ( -
-
+
+
뒤로가기 = ({ onNext, onPhoneNu }, [isError]); return ( -
-
+
+