From d3384808029f084e00aded388fb73e7a8f560d80 Mon Sep 17 00:00:00 2001 From: Arik Chakma Date: Thu, 30 Mar 2023 00:39:08 +0600 Subject: [PATCH] chore: signup page design --- src/components/Login/LoginComponent.tsx | 43 +++++++++++++++---------- src/pages/signup.astro | 12 +++++-- 2 files changed, 36 insertions(+), 19 deletions(-) diff --git a/src/components/Login/LoginComponent.tsx b/src/components/Login/LoginComponent.tsx index a15e8c2fa..1910c4146 100644 --- a/src/components/Login/LoginComponent.tsx +++ b/src/components/Login/LoginComponent.tsx @@ -23,23 +23,7 @@ export default function LoginComponent() {
-
- - - -
+
Don't have an account?{' '} @@ -85,6 +69,31 @@ export const GoogleLoginButton: FunctionComponent<{ className?: string }> = ({ ); }; +export const EmailLoginButton: FunctionComponent<{}> = () => { + return ( +
+ + + +
+ ); +}; + function GoogleLogo() { return (
-
+
+ +
+
+ OR +
+
+ +