mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-11 22:51:05 +00:00
rename terms to tos
The /terms page is giving a 404 error because the terms of service page is named /tos
This commit is contained in:
parent
0ac78ae2fe
commit
46c5856128
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ async function Signin({
|
|||
</div>
|
||||
<div className="text-slate-500 mt-16 z-20">
|
||||
By continuing, you agree to the
|
||||
<Link href="/terms" className="text-slate-200">
|
||||
<Link href="/tos" className="text-slate-200">
|
||||
{" "}
|
||||
Terms of Service
|
||||
</Link>{" "}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue