diff --git a/apps/web/pages/signup.tsx b/apps/web/pages/signup.tsx index 6c3e4106ea..96ae1ce310 100644 --- a/apps/web/pages/signup.tsx +++ b/apps/web/pages/signup.tsx @@ -307,61 +307,63 @@ export default function Signup({ prepopulateFormValues, token, orgSlug }: Signup {/* Social Logins */} -
- - -
+ router.push(googleAuthUrl); + }}> + + Google + + + + )} {/* Already have an account & T&C */}
@@ -369,19 +371,17 @@ export default function Signup({ prepopulateFormValues, token, orgSlug }: Signup {t("already_have_account")} -

- - By signing up, you agree to our{" "} +

+ + By signing up, you agree to our Terms of Service - {" "} - and{" "} + Privacy Policy - . -

+
diff --git a/apps/web/public/static/locales/en/common.json b/apps/web/public/static/locales/en/common.json index cacfe855a6..d22847b368 100644 --- a/apps/web/public/static/locales/en/common.json +++ b/apps/web/public/static/locales/en/common.json @@ -67,7 +67,7 @@ "cannot_repackage_codebase": "You can not repackage or sell the codebase", "acquire_license": "Acquire a commercial license to remove these terms by emailing", "terms_summary": "Summary of terms", - "signing_up_terms":"By signing up, you agree to our <1>Terms of Service and <2>Privacy Policy.", + "signing_up_terms":"By signing up, you agree to our <2>Terms of Service and <4>Privacy Policy.", "open_env": "Open .env and agree to our License", "env_changed": "I've changed my .env", "accept_license": "Accept License",