minor change

This commit is contained in:
Daniel 2023-07-30 21:11:32 -04:00
parent 45a99fdbce
commit 18c3ff9754

View File

@ -187,27 +187,32 @@ export default function Register() {
</div>
{process.env.NEXT_PUBLIC_STRIPE_IS_ACTIVE ? (
<p className="text-center text-xs text-gray-500 my-5">
By signing up, you agree to our{" "}
<Link href="https://linkwarden.app/tos" className="font-semibold">
Terms of Service
</Link>{" "}
and{" "}
<Link
href="https://linkwarden.app/privacy-policy"
className="font-semibold"
>
Privacy Policy
</Link>
. Need help?{" "}
<Link
href="mailto:support@linkwarden.app"
className="font-semibold"
>
Get in touch
</Link>
.
</p>
<>
<p className="text-xs text-gray-500">
By signing up, you agree to our{" "}
<Link href="https://linkwarden.app/tos" className="font-semibold">
Terms of Service
</Link>{" "}
and{" "}
<Link
href="https://linkwarden.app/privacy-policy"
className="font-semibold"
>
Privacy Policy
</Link>
.
</p>
<p>
Need help?{" "}
<Link
href="mailto:support@linkwarden.app"
className="font-semibold"
>
Get in touch
</Link>
.
</p>
</>
) : undefined}
<SubmitButton