From bb167df5adadbde1162c1d8a20c2b5a242e91dd8 Mon Sep 17 00:00:00 2001 From: Nevo David Date: Tue, 4 Jun 2024 13:30:08 +0700 Subject: [PATCH] feat: terms and services and privacy policy --- apps/frontend/src/components/auth/register.tsx | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/apps/frontend/src/components/auth/register.tsx b/apps/frontend/src/components/auth/register.tsx index 8c514961..a5242a3c 100644 --- a/apps/frontend/src/components/auth/register.tsx +++ b/apps/frontend/src/components/auth/register.tsx @@ -13,6 +13,7 @@ import { useSearchParams } from 'next/navigation'; import { LoadingComponent } from '@gitroom/frontend/components/layout/loading'; import interClass from '@gitroom/react/helpers/inter.font'; import { isGeneral } from '@gitroom/react/helpers/is.general'; +import clsx from 'clsx'; type Inputs = { email: string; @@ -155,7 +156,22 @@ export function RegisterAfter({ placeholder="Company" /> -
By registering you agree to our Terms of Service and Privacy Policy
+
+ By registering you agree to our{' '} + + Terms of Service + {' '} + and{' '} + + Privacy Policy + +