Merge pull request #84 from linkwarden/dev

minor change
This commit is contained in:
Daniel 2023-07-30 21:12:14 -04:00 committed by GitHub
commit 4f4497b548
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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