From 4b01bc9ea40435961e85ddbb98aa59c3fae23652 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Sun, 11 Feb 2024 10:50:22 +0100 Subject: [PATCH] Update constants.ts --- .../src/refine-theme/common-header/constants.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/documentation/src/refine-theme/common-header/constants.ts b/documentation/src/refine-theme/common-header/constants.ts index 91f3b75d..85bf8efb 100644 --- a/documentation/src/refine-theme/common-header/constants.ts +++ b/documentation/src/refine-theme/common-header/constants.ts @@ -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, }, ],