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