fix: privacy and terms pages links (#815)

This commit is contained in:
MaheshtheDev 2026-03-30 17:10:39 +00:00
parent 851b8cfe86
commit 13d69aa06a
2 changed files with 4 additions and 4 deletions

View file

@ -462,14 +462,14 @@ export default function LoginPage() {
<span className="inline-block">
<a
className="underline"
href="https://supermemory.ai/terms-of-service"
href="https://supermemory.ai/terms/"
>
Terms
</a>{" "}
and{" "}
<a
className="underline"
href="https://supermemory.ai/privacy-policy"
href="https://supermemory.ai/privacy/"
>
Privacy Policy
</a>

View file

@ -462,14 +462,14 @@ export function LoginPage({
<span className="inline-block">
<a
className="text-foreground hover:underline"
href="https://supermemory.ai/terms-of-service"
href="https://supermemory.ai/terms/"
>
Terms
</a>{" "}
and{" "}
<a
className="text-foreground hover:underline"
href="https://supermemory.ai/privacy-policy"
href="https://supermemory.ai/privacy/"
>
Privacy Policy
</a>