From 581e971c9c2ae95e83fddf3458cc3859c1f499d9 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Sun, 11 Feb 2024 10:46:24 +0100 Subject: [PATCH] Update footer-data.tsx --- documentation/src/refine-theme/footer-data.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/documentation/src/refine-theme/footer-data.tsx b/documentation/src/refine-theme/footer-data.tsx index 7dcb230c..f343aa7c 100644 --- a/documentation/src/refine-theme/footer-data.tsx +++ b/documentation/src/refine-theme/footer-data.tsx @@ -35,10 +35,10 @@ export const menuItems = [ icon: , href: "/beta", }, - { - label: "Products", - href: "/templates", - }, + //{ + // label: "Products", + // href: "/templates", + //}, { label: "Features", href: "/features", @@ -54,11 +54,11 @@ export const menuItems = [ }, { label: "Become a Partner", - href: "/partner", + href: "mailto:info@openpanel.co", }, { label: "Contact Us", - href: "/contact", + href: "mailto:info@openpanel.co", }, ], },