Update src/app/about/page.tsx
This commit is contained in:
@@ -36,9 +36,9 @@ const footerColumns = [
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{ label: "Datenschutz", href: "#" },
|
||||
{ label: "Impressum", href: "#" },
|
||||
{ label: "AGB", href: "#" },
|
||||
{ label: "Datenschutz", href: "/privacy" },
|
||||
{ label: "Impressum", href: "/imprint" },
|
||||
{ label: "AGB", href: "/terms" },
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user