diff --git a/src/pages/login.tsx b/src/pages/login.tsx index adef74ae..707a423f 100644 --- a/src/pages/login.tsx +++ b/src/pages/login.tsx @@ -41,58 +41,37 @@ const Login: PageWithLayout = () => { if (status === "unauthenticated") { return ( - // Changed background from gradient to navy blue -
+
- {/* Updated heading text and styling */} -

+

Retool. Retrain. Relaunch.

- {/* Updated text color and content */} -

+

Sign in to continue your journey with #VetsWhoCode

- {/* Updated button styling to use brand red */}
- {/* Updated link colors to brand red */} -

+

By clicking continue, you agree to our{" "} - + Terms of Service {" "} and{" "} - + Privacy Policy . @@ -105,7 +84,7 @@ const Login: PageWithLayout = () => { return (

- Redirecting to profile... + Redirecting to profile...
);