From 8a4e5f429d42430703d458b89c1b53880d671cad Mon Sep 17 00:00:00 2001 From: Ben Senescu <44480372+bensenescu@users.noreply.github.com> Date: Sat, 4 Apr 2026 17:24:21 -0400 Subject: [PATCH] fix: add legal links to hosted sign-up footer (#77) --- src/routes/_auth.sign-up.tsx | 44 ++++++++++++++++++++++++++++-------- 1 file changed, 34 insertions(+), 10 deletions(-) diff --git a/src/routes/_auth.sign-up.tsx b/src/routes/_auth.sign-up.tsx index b3a8ee2..6f956ec 100644 --- a/src/routes/_auth.sign-up.tsx +++ b/src/routes/_auth.sign-up.tsx @@ -105,16 +105,40 @@ function SignUpPage() { title="Create your account" footer={ isHostedMode ? ( -
- Already have an account?{" "} - - Sign in - -
++ By signing up, you agree to our{" "} + + Terms + {" "} + and{" "} + + Privacy Policy + + . +
+ ++ Already have an account?{" "} + + Sign in + +
+