diff --git a/src/components/layout/Footer.tsx b/src/components/layout/Footer.tsx index f29efd7..a6ff253 100644 --- a/src/components/layout/Footer.tsx +++ b/src/components/layout/Footer.tsx @@ -98,7 +98,7 @@ type FooterLink = { }; const footerLinks: FooterLink[] = [ { - href: 'https://martas-links.vercel.app', + href: 'https://links.martacodes.it/', label: 'footerMenu.links', name: "Marta's Links", },