diff options
| author | Dhravya Shah <[email protected]> | 2024-07-08 22:11:30 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-07-08 22:11:30 -0500 |
| commit | df609682a06cd81126d2359565e884a3eb315f40 (patch) | |
| tree | 5b09674d474dc8f49f206f33cc6d0f4325e76d09 | |
| parent | cleaned up migrations (diff) | |
| parent | rename terms to tos (diff) | |
| download | supermemory-df609682a06cd81126d2359565e884a3eb315f40.tar.xz supermemory-df609682a06cd81126d2359565e884a3eb315f40.zip | |
Merge pull request #109 from meetpateltech/terms
| -rw-r--r-- | apps/web/app/(auth)/signin/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/app/(auth)/signin/page.tsx b/apps/web/app/(auth)/signin/page.tsx index 60af826a..836b72db 100644 --- a/apps/web/app/(auth)/signin/page.tsx +++ b/apps/web/app/(auth)/signin/page.tsx @@ -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>{" "} |