Update footer-data.tsx

This commit is contained in:
Stefan Pejcic 2024-07-12 09:49:33 +02:00 committed by GitHub
parent 23af3dff13
commit 7c13bfc39d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,16 +11,12 @@ export const menuItems = [
items: [ items: [
{ {
label: "Documentation", label: "Documentation",
href: "/docs/admin/intro/", href: "/docs/",
}, },
{ {
label: "Support Forums", label: "Support Forums",
href: "https://community.openpanel.co/", href: "https://community.openpanel.co/",
}, },
{
label: "License Verification",
href: "/verify",
},
{ {
label: "Roadmap", label: "Roadmap",
href: "/roadmap", href: "/roadmap",
@ -47,6 +43,10 @@ export const menuItems = [
label: "Features", label: "Features",
href: "/features", href: "/features",
}, },
{
label: "Live Preview",
href: "/demo",
},
{ {
label: "Installation", label: "Installation",
href: "/install", href: "/install",