From 306d73cf76168f0a786f388b0e864aa1c98338ea Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Sat, 7 Sep 2024 11:50:28 +0200 Subject: [PATCH] refactor: move privacy policy page to /privacy --- app/(root)/{privacy-policy => privacy}/page.tsx | 0 constants/index.tsx | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename app/(root)/{privacy-policy => privacy}/page.tsx (100%) 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: {