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"
|
||||
footer={
|
||||
isHostedMode ? (
|
||||
<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 className="space-y-4">
|
||||
<p className="text-sm leading-relaxed text-base-content/60">
|
||||
By signing up, you agree to our{" "}
|
||||
<a
|
||||
href="https://openseo.so/terms-and-conditions"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
className="text-base-content underline underline-offset-2 hover:text-base-content/80 transition-colors"
|
||||
>
|
||||
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
|
||||
}
|
||||
>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user