Update footer-data.tsx

This commit is contained in:
Stefan Pejcic
2024-06-01 16:51:11 +02:00
committed by GitHub
parent e7fac6b6ae
commit e539d54c2a

View File

@@ -34,11 +34,11 @@ export const menuItems = [
{
label: "Product",
items: [
// {
// label: "Enterprise edition",
// icon: <NewBadgeIcon />,
// href: "/beta",
// },
{
label: "Enterprise edition",
icon: <NewBadgeIcon />,
href: "/beta",
},
//{
// label: "Products",
// href: "/templates",
@@ -47,6 +47,10 @@ export const menuItems = [
label: "Features",
href: "/features",
},
{
label: "Installation",
href: "/install",
},
],
},
{