diff --git a/src/components/header/LoginButton.tsx b/src/components/header/LoginButton.tsx index 0fd0917..86e96d8 100644 --- a/src/components/header/LoginButton.tsx +++ b/src/components/header/LoginButton.tsx @@ -55,7 +55,7 @@ function LoginForm(props: { setForm: SetState; setModalOpen: SetSta } return ( - <> +
@@ -71,8 +71,8 @@ function LoginForm(props: { setForm: SetState; setModalOpen: SetSta
-
-
@@ -87,7 +87,7 @@ function LoginForm(props: { setForm: SetState; setModalOpen: SetSta {m.recoverPassword()}
- + ) }