Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/web/app/(auth)/login/new/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/pages/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Loading