From fe2c8269e41797afc7ca3a867c58ef4a207b2423 Mon Sep 17 00:00:00 2001 From: Francisco Pessano <76450203+FranP-code@users.noreply.github.com> Date: Fri, 6 Jun 2025 21:16:34 -0300 Subject: [PATCH] Updated AuthForm.tsx --- src/components/AuthForm.tsx | 2 +- src/components/Navbar.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/AuthForm.tsx b/src/components/AuthForm.tsx index 2b8b305..bd432d4 100644 --- a/src/components/AuthForm.tsx +++ b/src/components/AuthForm.tsx @@ -145,7 +145,7 @@ export function AuthForm({ mode }: AuthFormProps) { {mode === 'login' ? (

Don't have an account?{' '} - + Sign up

diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index 9bb704d..41de8b0 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -53,7 +53,7 @@ export function Navbar() { {user ? ( -