Skip to content

Commit 973f017

Browse files
authored
Merge pull request #224 from part3-4team-Taskify/minji
[Refactor] mypage: 비밀번호 경고 메시지 중복 표시 fix / Landing: 버튼 너비 조절
2 parents b681ec3 + 7bad124 commit 973f017

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/components/card/ChangePassword.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,6 @@ export default function ChangePassword() {
9595
invalidMessage="비밀번호가 일치하지 않습니다."
9696
className="max-w-[624px]"
9797
/>
98-
{isPasswordMismatch && (
99-
<p className="font-14r block text-[var(--color-red)]">
100-
비밀번호가 일치하지 않습니다.
101-
</p>
102-
)}
10398

10499
<button
105100
className={`w-full h-[54px]

src/components/landing/Section1.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default function Section1() {
5050
{/* CTA 버튼들 */}
5151
<div
5252
className="sm:mt-[70px] mt-[45px] flex gap-4 flex-col sm:flex-row
53-
min-w-0 w-full sm:max-w-[220px] max-w-[280px]"
53+
min-w-0 w-full sm:max-w-[380px] max-w-[280px]"
5454
>
5555
<GuestModeButton />
5656
<button

0 commit comments

Comments
 (0)