Update footer-data.tsx

This commit is contained in:
Stefan Pejcic 2024-02-11 09:52:07 +01:00 committed by GitHub
parent 57d151bcc5
commit 176dd7ef90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,25 +58,17 @@ export const menuItems = [
},
{
label: "Contact Us",
href: "#",
href: "/contact",
},
],
},
];
export const secondaryMenuItems = [
{
label: "Terms & Conditions",
href: "/terms",
},
{
label: "Privacy Policy",
href: "/privacy-policy",
},
{
label: "License",
href: "/LICENSE",
},
];
export const footerDescription = `OpenPanel - web hosting panel.`;