Update constants.ts

This commit is contained in:
Stefan Pejcic 2024-06-07 03:01:33 +02:00 committed by GitHub
parent 796369c1b4
commit 6f841d9179
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,15 +40,15 @@ export const MENU_ITEMS: MenuItemType[] = [
label: "Products",
items: [
{
label: "OpenPanel",
description: "End-user interface for hosting websites and domains.",
link: "/docs/panel/intro",
label: "Community Edition",
description: "Free web hosting panel for VPS and private use.",
link: "/product/openpanel-free-control-panel",
icon: ExamplesIcon,
},
{
label: "OpenAdmin",
description: "Admin-level interface for managing users and servers.",
link: "/docs/admin/intro/",
label: "Enterprise Editions",
description: "Premium server control panel for shared hosting.",
link: "/product/openpanel-premium-control-panel",
icon: IntegrationsIcon,
},
],