diff --git a/client/pages/Login.tsx b/client/pages/Login.tsx index 83886a3e..2e357711 100644 --- a/client/pages/Login.tsx +++ b/client/pages/Login.tsx @@ -121,10 +121,13 @@ export default function Login() {
- Welcome Back + {isSignUp ? "Create Account" : "Welcome Back"} - Sign in to your AeThex account to access the dashboard + {isSignUp + ? "Create your AeThex account to get started" + : "Sign in to your AeThex account to access the dashboard" + }