From 3c120a024b4970f7f46752c53b393a02a15d84d8 Mon Sep 17 00:00:00 2001 From: dongree Date: Thu, 7 Nov 2024 17:19:47 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20design:=20=ED=9A=8C=EC=9B=90?= =?UTF-8?q?=EA=B0=80=EC=9E=85=20ui=20=EC=A0=9C=EA=B1=B0,=20overlay=20?= =?UTF-8?q?=ED=88=AC=EB=AA=85=EB=8F=84=20=EB=86=92=EC=9D=B4=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FE/src/components/Header.tsx | 11 ++++++++--- FE/src/components/Login/index.tsx | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/FE/src/components/Header.tsx b/FE/src/components/Header.tsx index 97657c29..b2b294fb 100644 --- a/FE/src/components/Header.tsx +++ b/FE/src/components/Header.tsx @@ -29,7 +29,12 @@ export default function Header() {
{isLogin ? ( - + ) : ( <> - + */} )}
diff --git a/FE/src/components/Login/index.tsx b/FE/src/components/Login/index.tsx index 13946c43..fbe4e418 100644 --- a/FE/src/components/Login/index.tsx +++ b/FE/src/components/Login/index.tsx @@ -67,6 +67,6 @@ export default function Login() { function Overay({ onClick }: { onClick: () => void }) { return ( -
+
); }