Skip to content

Commit

Permalink
Lego/patch login (#58)
Browse files Browse the repository at this point in the history
# Summary
- Update text to move to CommunityOS
- TMP hiding the signup magic link
  • Loading branch information
joseglego authored Oct 9, 2024
1 parent 2fa1644 commit 9d44107
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions app/components/Login/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ export const Login = () => {
}, []);

return (
<div className="flex w-full max-w-lg shrink-0 flex-col gap-4 rounded-2xl border bg-background p-10 shadow-xl">
<div className="flex w-full max-w-lg shrink-0 flex-col gap-4 rounded-2xl border bg-background p-10 shadow-xl [&_form]:hidden">
<div>
<h1 className="text-left text-2xl font-semibold">Regístrate.</h1>
<p className="text-left text-sm text-muted-foreground">
Mantente al tanto de las novedades de JavaScript Chile.
Mantente al tanto de las novedades de CommunityOS.
</p>
</div>

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

0 comments on commit 9d44107

Please sign in to comment.