From 18c3ff9754e0c8ac7d36edec972a4a2808b6a155 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 30 Jul 2023 21:11:32 -0400 Subject: [PATCH] minor change --- pages/register.tsx | 47 +++++++++++++++++++++++++--------------------- 1 file changed, 26 insertions(+), 21 deletions(-) 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}