diff --git a/web/src/components/Layout/Footer.astro b/web/src/components/Layout/Footer.astro index 5974798..d25bddd 100644 --- a/web/src/components/Layout/Footer.astro +++ b/web/src/components/Layout/Footer.astro @@ -31,13 +31,7 @@ const tree: Array = [ }, { title: "Legal", - items: [ - { path: "/legal/imprint", label: "Imprint" }, - { - path: "/legal/privacy-policy", - label: "Privacy Policy", - }, - ], + items: [{ path: "/legal/imprint", label: "Imprint" }], }, ]; ---