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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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