fix: add legal links to hosted sign-up footer (#77)
This commit is contained in:
parent
749f5b6abb
commit
8a4e5f429d
@ -105,16 +105,40 @@ function SignUpPage() {
|
|||||||
title="Create your account"
|
title="Create your account"
|
||||||
footer={
|
footer={
|
||||||
isHostedMode ? (
|
isHostedMode ? (
|
||||||
<p className="text-sm text-base-content/50">
|
<div className="space-y-4">
|
||||||
Already have an account?{" "}
|
<p className="text-sm leading-relaxed text-base-content/60">
|
||||||
<Link
|
By signing up, you agree to our{" "}
|
||||||
to="/sign-in"
|
<a
|
||||||
search={getSignInSearch(redirectTo)}
|
href="https://openseo.so/terms-and-conditions"
|
||||||
className="text-base-content underline underline-offset-2 hover:text-base-content/80 transition-colors"
|
target="_blank"
|
||||||
>
|
rel="noreferrer"
|
||||||
Sign in
|
className="text-base-content underline underline-offset-2 hover:text-base-content/80 transition-colors"
|
||||||
</Link>
|
>
|
||||||
</p>
|
Terms
|
||||||
|
</a>{" "}
|
||||||
|
and{" "}
|
||||||
|
<a
|
||||||
|
href="https://openseo.so/privacy"
|
||||||
|
target="_blank"
|
||||||
|
rel="noreferrer"
|
||||||
|
className="text-base-content underline underline-offset-2 hover:text-base-content/80 transition-colors"
|
||||||
|
>
|
||||||
|
Privacy Policy
|
||||||
|
</a>
|
||||||
|
.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p className="text-sm text-base-content/50">
|
||||||
|
Already have an account?{" "}
|
||||||
|
<Link
|
||||||
|
to="/sign-in"
|
||||||
|
search={getSignInSearch(redirectTo)}
|
||||||
|
className="text-base-content underline underline-offset-2 hover:text-base-content/80 transition-colors"
|
||||||
|
>
|
||||||
|
Sign in
|
||||||
|
</Link>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
) : null
|
) : null
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user