diff options
Diffstat (limited to 'apps/web/app')
| -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>{" "} |