minor change
This commit is contained in:
parent
45a99fdbce
commit
18c3ff9754
|
@ -187,27 +187,32 @@ export default function Register() {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{process.env.NEXT_PUBLIC_STRIPE_IS_ACTIVE ? (
|
{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{" "}
|
<p className="text-xs text-gray-500">
|
||||||
<Link href="https://linkwarden.app/tos" className="font-semibold">
|
By signing up, you agree to our{" "}
|
||||||
Terms of Service
|
<Link href="https://linkwarden.app/tos" className="font-semibold">
|
||||||
</Link>{" "}
|
Terms of Service
|
||||||
and{" "}
|
</Link>{" "}
|
||||||
<Link
|
and{" "}
|
||||||
href="https://linkwarden.app/privacy-policy"
|
<Link
|
||||||
className="font-semibold"
|
href="https://linkwarden.app/privacy-policy"
|
||||||
>
|
className="font-semibold"
|
||||||
Privacy Policy
|
>
|
||||||
</Link>
|
Privacy Policy
|
||||||
. Need help?{" "}
|
</Link>
|
||||||
<Link
|
.
|
||||||
href="mailto:support@linkwarden.app"
|
</p>
|
||||||
className="font-semibold"
|
<p>
|
||||||
>
|
Need help?{" "}
|
||||||
Get in touch
|
<Link
|
||||||
</Link>
|
href="mailto:support@linkwarden.app"
|
||||||
.
|
className="font-semibold"
|
||||||
</p>
|
>
|
||||||
|
Get in touch
|
||||||
|
</Link>
|
||||||
|
.
|
||||||
|
</p>
|
||||||
|
</>
|
||||||
) : undefined}
|
) : undefined}
|
||||||
|
|
||||||
<SubmitButton
|
<SubmitButton
|
||||||
|
|
Ŝarĝante…
Reference in New Issue