diff --git a/app/(root)/privacy-policy/page.tsx b/app/(root)/privacy/page.tsx similarity index 100% rename from app/(root)/privacy-policy/page.tsx rename to app/(root)/privacy/page.tsx diff --git a/constants/index.tsx b/constants/index.tsx index 88a3c8d..a4ebded 100644 --- a/constants/index.tsx +++ b/constants/index.tsx @@ -163,7 +163,7 @@ export const FOOTERLINKS = { label: "Terms of Service" }, privacyPolicy: { - href: "/privacy-policy", + href: "/privacy", label: "Privacy Policy" }, rightsReserved: {