We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b681ec3 + 7bad124 commit 973f017Copy full SHA for 973f017
src/components/card/ChangePassword.tsx
@@ -95,11 +95,6 @@ export default function ChangePassword() {
95
invalidMessage="비밀번호가 일치하지 않습니다."
96
className="max-w-[624px]"
97
/>
98
- {isPasswordMismatch && (
99
- <p className="font-14r block text-[var(--color-red)]">
100
- 비밀번호가 일치하지 않습니다.
101
- </p>
102
- )}
103
104
<button
105
className={`w-full h-[54px]
src/components/landing/Section1.tsx
@@ -50,7 +50,7 @@ export default function Section1() {
50
{/* CTA 버튼들 */}
51
<div
52
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]"
+ min-w-0 w-full sm:max-w-[380px] max-w-[280px]"
54
>
55
<GuestModeButton />
56
0 commit comments