From 53634b997e446c835cdc7aafeba6ccfb180852e5 Mon Sep 17 00:00:00 2001 From: kvakazyambra Date: Sun, 13 Nov 2022 17:21:48 +0300 Subject: [PATCH] Fixed auth modal --- src/components/Nav/AuthModal/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Nav/AuthModal/index.tsx b/src/components/Nav/AuthModal/index.tsx index f0a773d1..9890dce0 100644 --- a/src/components/Nav/AuthModal/index.tsx +++ b/src/components/Nav/AuthModal/index.tsx @@ -39,7 +39,7 @@ export const AuthModal = () => { class={clsx('row', styles.view)} classList={{ [styles.signUp]: mode() === 'register' || mode() === 'confirm-email' }} > -
+
{

-
+