diff --git a/web/app/(auth)/signup/page.tsx b/web/app/(auth)/signup/page.tsx index 40b2f09..0ae2f4f 100644 --- a/web/app/(auth)/signup/page.tsx +++ b/web/app/(auth)/signup/page.tsx @@ -156,18 +156,7 @@ export default function SignupPage() { checked={formData.acceptTerms} onChange={handleChange} error={formErrors.acceptTerms} - label={ - - I accept the{' '} - - Terms of Service - {' '} - and{' '} - - Privacy Policy - - - } + label="I accept the Terms of Service and Privacy Policy" /> diff --git a/web/components/common/Header.tsx b/web/components/common/Header.tsx index 5127193..ae172af 100644 --- a/web/components/common/Header.tsx +++ b/web/components/common/Header.tsx @@ -130,27 +130,28 @@ export const Header = ({