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:
Meet Patel 2024-07-09 08:35:55 +05:30
parent 0ac78ae2fe
commit 46c5856128

View file

@ -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>{" "}