From 60269efb05d18fa0fa88b55c40bb1f4afdf03fc9 Mon Sep 17 00:00:00 2001 From: Tim Pechersky Date: Wed, 15 Sep 2021 18:04:06 +0200 Subject: [PATCH] improvements --- frontend/src/components/SignIn.js | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/frontend/src/components/SignIn.js b/frontend/src/components/SignIn.js index 4afd55cc..ad2608db 100644 --- a/frontend/src/components/SignIn.js +++ b/frontend/src/components/SignIn.js @@ -13,6 +13,7 @@ import { InputGroup, Button, Input, + Link, InputRightElement, } from "@chakra-ui/react"; import CustomIcon from "./CustomIcon"; @@ -84,18 +85,6 @@ const SignIn = ({ toggleModal }) => { Login - - {/* - Don`t have an account?{" "} - toggleModal("register")} - > - Register - - */} {" "} { > Forgot your password? + + + + {/* Don`t have an account?{" "} */} + We are in early access. If you would like to use Moonstream,{" "} + + contact us on Discord. + + {/* toggleModal("register")} + > + Register + */} );