mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update footer-data.tsx
This commit is contained in:
parent
57d151bcc5
commit
176dd7ef90
@ -58,25 +58,17 @@ export const menuItems = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "Contact Us",
|
label: "Contact Us",
|
||||||
href: "#",
|
href: "/contact",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
export const secondaryMenuItems = [
|
export const secondaryMenuItems = [
|
||||||
{
|
|
||||||
label: "Terms & Conditions",
|
|
||||||
href: "/terms",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy",
|
||||||
href: "/privacy-policy",
|
href: "/privacy-policy",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
label: "License",
|
|
||||||
href: "/LICENSE",
|
|
||||||
},
|
|
||||||
];
|
];
|
||||||
|
|
||||||
export const footerDescription = `OpenPanel - web hosting panel.`;
|
export const footerDescription = `OpenPanel - web hosting panel.`;
|
||||||
|
Loading…
Reference in New Issue
Block a user