diff --git a/src/components/layout/Footer.tsx b/src/components/layout/Footer.tsx index 7116a36..d0eb1d9 100644 --- a/src/components/layout/Footer.tsx +++ b/src/components/layout/Footer.tsx @@ -9,7 +9,6 @@ const FOOTER_LINK_KEYS = [ "faq", "enterKey", "support", - "privacy", ] as const; const FOOTER_HREFS: Record<(typeof FOOTER_LINK_KEYS)[number], string> = { @@ -18,7 +17,6 @@ const FOOTER_HREFS: Record<(typeof FOOTER_LINK_KEYS)[number], string> = { faq: SITE_LINKS.faq, enterKey: SITE_LINKS.enterKey, support: SITE_LINKS.support, - privacy: SITE_LINKS.privacy, }; export function Footer() { @@ -30,7 +28,14 @@ export function Footer() {

© TTRPGPlayer