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
23af3dff13
commit
7c13bfc39d
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user