diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 265fb901..3d69c9b1 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -19,7 +19,7 @@ const Footer: FunctionalComponent = () => { title: "Monies", url: "/monies/", children: [ - { name: "Taxes", href: "/guarantees-in-life/" }, + { name: "Taxes", href: "guarantees-in-life/" }, { name: "Pricing", href: "pricing/" }, ], },