mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-03-28 19:23:15 +00:00
feat: add tos and privacy notice to login page
This commit is contained in:
parent
2e334d155f
commit
fcdd080b4d
1 changed files with 12 additions and 0 deletions
|
|
@ -28,6 +28,18 @@ export default async function LoginPage() {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<LoginButtons />
|
<LoginButtons />
|
||||||
|
|
||||||
|
<p className="mt-8 text-xs text-zinc-400">
|
||||||
|
By signing up, you agree to the{" "}
|
||||||
|
<a href="/terms-of-service" className="underline hover:text-zinc-600">
|
||||||
|
Terms of Service
|
||||||
|
</a>{" "}
|
||||||
|
and{" "}
|
||||||
|
<a href="/privacy" className="underline hover:text-zinc-600">
|
||||||
|
Privacy Policy
|
||||||
|
</a>
|
||||||
|
.
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue