From 58065fcec22ebaff82f9cdf0f344579c104a2374 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9E=A5=EC=9A=B1?= Date: Fri, 2 Jan 2026 07:09:05 +0900 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20=ED=94=84=EB=A1=9C=ED=95=84=20?= =?UTF-8?q?=EC=9D=B4=EB=AF=B8=EC=A7=80=20=EC=82=AD=EC=A0=9C=EB=B2=84?= =?UTF-8?q?=ED=8A=BC=EC=9D=B4=20=ED=94=84=EB=A0=88=EC=9E=84=20=EC=95=88?= =?UTF-8?q?=EC=97=90=20=ED=91=9C=EC=8B=9C=EB=90=98=EB=8D=98=20=ED=98=84?= =?UTF-8?q?=EC=83=81=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/auth/SocialSignUpForm.tsx | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/src/components/auth/SocialSignUpForm.tsx b/src/components/auth/SocialSignUpForm.tsx index f48cd65..d2153f2 100644 --- a/src/components/auth/SocialSignUpForm.tsx +++ b/src/components/auth/SocialSignUpForm.tsx @@ -208,19 +208,24 @@ export default function SocialSignUpForm({
{previewUrl ? ( -
- Profile preview +
+ +
+ Profile preview +
+
) : ( @@ -228,6 +233,7 @@ export default function SocialSignUpForm({
)} +