Update constants.ts

This commit is contained in:
Stefan Pejcic 2024-02-11 10:50:22 +01:00 committed by GitHub
parent 581e971c9c
commit 4b01bc9ea4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,12 +53,12 @@ export const MENU_ITEMS: MenuItemType[] = [
}, },
], ],
}, },
{ // {
isPopover: false, // isPopover: false,
label: "BETA", // label: "Enterprise",
href: "/beta", // href: "/beta",
icon: NewBadgeIcon, // icon: NewBadgeIcon,
}, //},
{ {
isPopover: true, isPopover: true,
label: "Community", label: "Community",
@ -96,13 +96,13 @@ export const MENU_ITEMS: MenuItemType[] = [
{ {
label: "Become a Partner", label: "Become a Partner",
description: "Help us spread the word!", description: "Help us spread the word!",
link: "/partner", link: "mailto:info@openpanel.co",
icon: StoreIcon, icon: StoreIcon,
}, },
{ {
label: "Meet OpenPanel", label: "Meet OpenPanel",
description: "Call us for any questions", description: "Call us for any questions",
link: "/contact", link: "mailto:info@openpanel.co",
icon: MeetIcon, icon: MeetIcon,
}, },
], ],