mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update footer-data.tsx
This commit is contained in:
parent
e7fac6b6ae
commit
e539d54c2a
@ -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",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user