diff --git a/src/app/mypage/edit/changephone/page.tsx b/src/app/mypage/edit/changephone/page.tsx index 7757370..ac1d90c 100644 --- a/src/app/mypage/edit/changephone/page.tsx +++ b/src/app/mypage/edit/changephone/page.tsx @@ -230,11 +230,11 @@ const ChangePhonePage = () => { {isComplete ? (
+ className="cursor-pointer flex items-center justify-center px-5 py-[14px] w-full rounded-[12px] bg-gradient2 text-heading4 text-white"> 변경 완료
) : ( -
+
변경 완료
)} diff --git a/src/components/find/FindEmail.tsx b/src/components/find/FindEmail.tsx index 43dc873..6e6e117 100644 --- a/src/components/find/FindEmail.tsx +++ b/src/components/find/FindEmail.tsx @@ -241,12 +241,12 @@ const FindEmail = () => { {isComplete ? (
다음으로
) : ( -
+
다음으로
)} @@ -278,7 +278,7 @@ const FindEmail = () => { className="w-full mx-auto" > - diff --git a/src/components/find/FindPassword.tsx b/src/components/find/FindPassword.tsx index e24c203..949fb88 100644 --- a/src/components/find/FindPassword.tsx +++ b/src/components/find/FindPassword.tsx @@ -229,12 +229,12 @@ const FindPassword = () => { {isComplete ? (
다음으로
) : ( -
+
다음으로
)} @@ -310,11 +310,11 @@ const FindPassword = () => { className="w-full mx-auto" > {passwordMatch ? ( -
+
비밀번호 재설정
) : ( -
+
비밀번호 재설정
)} diff --git a/src/components/mypage/CertifyPassword.tsx b/src/components/mypage/CertifyPassword.tsx index b5fcbce..ef5c1bb 100644 --- a/src/components/mypage/CertifyPassword.tsx +++ b/src/components/mypage/CertifyPassword.tsx @@ -67,7 +67,7 @@ const CertifyPassword = ({ setStep }: CertifyPasswordType) => { {isValid ? ( ) : ( - )} diff --git a/src/components/mypage/NewPassword.tsx b/src/components/mypage/NewPassword.tsx index 4ae2d6e..67ef2f2 100644 --- a/src/components/mypage/NewPassword.tsx +++ b/src/components/mypage/NewPassword.tsx @@ -103,7 +103,7 @@ const NewPassword = ({ setStep }: NewPasswordType) => { {isSame ? (
{ 변경 완료
) : ( -
+
변경 완료
)} diff --git a/src/components/signup/Step1.tsx b/src/components/signup/Step1.tsx index f059172..cbfc9c9 100644 --- a/src/components/signup/Step1.tsx +++ b/src/components/signup/Step1.tsx @@ -128,7 +128,7 @@ const Step1: React.FC = ({ onNext, onUpdate }) => { diff --git a/src/components/signup/modal/PhoneVerification.tsx b/src/components/signup/modal/PhoneVerification.tsx index fe70268..b7794b9 100644 --- a/src/components/signup/modal/PhoneVerification.tsx +++ b/src/components/signup/modal/PhoneVerification.tsx @@ -252,12 +252,12 @@ const PhoneVerification: React.FC = ({ onNext, onPhoneNu {isComplete ? (
다음으로
) : ( -
+
다음으로
)}