commit
4f4497b548
|
@ -187,7 +187,8 @@ 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">
|
<>
|
||||||
|
<p className="text-xs text-gray-500">
|
||||||
By signing up, you agree to our{" "}
|
By signing up, you agree to our{" "}
|
||||||
<Link href="https://linkwarden.app/tos" className="font-semibold">
|
<Link href="https://linkwarden.app/tos" className="font-semibold">
|
||||||
Terms of Service
|
Terms of Service
|
||||||
|
@ -199,7 +200,10 @@ export default function Register() {
|
||||||
>
|
>
|
||||||
Privacy Policy
|
Privacy Policy
|
||||||
</Link>
|
</Link>
|
||||||
. Need help?{" "}
|
.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Need help?{" "}
|
||||||
<Link
|
<Link
|
||||||
href="mailto:support@linkwarden.app"
|
href="mailto:support@linkwarden.app"
|
||||||
className="font-semibold"
|
className="font-semibold"
|
||||||
|
@ -208,6 +212,7 @@ export default function Register() {
|
||||||
</Link>
|
</Link>
|
||||||
.
|
.
|
||||||
</p>
|
</p>
|
||||||
|
</>
|
||||||
) : undefined}
|
) : undefined}
|
||||||
|
|
||||||
<SubmitButton
|
<SubmitButton
|
||||||
|
|
Ŝarĝante…
Reference in New Issue