diff --git a/pages/register.tsx b/pages/register.tsx index 1872053..c0e0c43 100644 --- a/pages/register.tsx +++ b/pages/register.tsx @@ -187,27 +187,32 @@ export default function Register() { {process.env.NEXT_PUBLIC_STRIPE_IS_ACTIVE ? ( -
- By signing up, you agree to our{" "} - - Terms of Service - {" "} - and{" "} - - Privacy Policy - - . Need help?{" "} - - Get in touch - - . -
+ <> ++ By signing up, you agree to our{" "} + + Terms of Service + {" "} + and{" "} + + Privacy Policy + + . +
++ Need help?{" "} + + Get in touch + + . +
+ > ) : undefined}