diff --git a/documentation/src/refine-theme/footer-data.tsx b/documentation/src/refine-theme/footer-data.tsx index e5f47173..7dcb230c 100644 --- a/documentation/src/refine-theme/footer-data.tsx +++ b/documentation/src/refine-theme/footer-data.tsx @@ -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.`;