Update footer-data.tsx

This commit is contained in:
Stefan Pejcic 2024-02-11 10:46:24 +01:00 committed by GitHub
parent 176dd7ef90
commit 581e971c9c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,10 +35,10 @@ export const menuItems = [
icon: <NewBadgeIcon />,
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",
},
],
},