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 ( -
+
); }