From 1eb4e0eaa11805ae4220165018d69599c13529c5 Mon Sep 17 00:00:00 2001 From: Zikil Date: Sat, 23 Nov 2024 21:15:13 +0700 Subject: [PATCH] login form for mobile --- components/shared/modals/auth-modal/auth-modal.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/components/shared/modals/auth-modal/auth-modal.tsx b/components/shared/modals/auth-modal/auth-modal.tsx index 6f16a50..4846ef9 100644 --- a/components/shared/modals/auth-modal/auth-modal.tsx +++ b/components/shared/modals/auth-modal/auth-modal.tsx @@ -24,14 +24,14 @@ export const AuthModal: React.FC = ({ open, onClose}) => { return ( - + { type === 'login' ? : } -
-
+
+
{/* */}
- -
) } \ No newline at end of file