From d422ffa87322e285fe55fb8505ea054a65324fad Mon Sep 17 00:00:00 2001 From: Catalin Pit Date: Wed, 19 Mar 2025 10:05:44 +0200 Subject: [PATCH] chore: add terms and privacy policy link (#1707) --- apps/remix/app/components/forms/signup.tsx | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/apps/remix/app/components/forms/signup.tsx b/apps/remix/app/components/forms/signup.tsx index 6f9388a0f..f2abb9fcc 100644 --- a/apps/remix/app/components/forms/signup.tsx +++ b/apps/remix/app/components/forms/signup.tsx @@ -531,6 +531,27 @@ export const SignUpForm = ({ +

+ + By proceeding, you agree to our{' '} + + Terms of Service + {' '} + and{' '} + + Privacy Policy + + . + +

);