From 9d4410711b78e348913d47f5c04be92f307ca7f3 Mon Sep 17 00:00:00 2001 From: Jose Lezama Date: Wed, 9 Oct 2024 07:23:04 -0300 Subject: [PATCH] Lego/patch login (#58) # Summary - Update text to move to CommunityOS - TMP hiding the signup magic link --- app/components/Login/Login.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/app/components/Login/Login.tsx b/app/components/Login/Login.tsx index 8bc6ff9..409d29f 100644 --- a/app/components/Login/Login.tsx +++ b/app/components/Login/Login.tsx @@ -15,11 +15,11 @@ export const Login = () => { }, []); return ( -
+

RegĂ­strate.

- Mantente al tanto de las novedades de JavaScript Chile. + Mantente al tanto de las novedades de CommunityOS.

@@ -44,6 +44,10 @@ export const Login = () => { }} appearance={{ theme: ThemeSupa, + extend: true, + className: { + divider: "!hidden", + }, variables: { default: { colors: {