From c046d653cab39c43f69ac93a7837a2c1633d169d Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Sun, 4 Aug 2024 09:51:40 +0200 Subject: [PATCH] Update constants.ts --- .../src/refine-theme/common-header/constants.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/documentation/src/refine-theme/common-header/constants.ts b/documentation/src/refine-theme/common-header/constants.ts index e2030dfd..1a0681ea 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: "Enterprise", - href: "/beta", - icon: NewBadgeIcon, - }, + // { + // isPopover: false, + // label: "Enterprise", + // href: "/beta", + // icon: NewBadgeIcon, + // }, { isPopover: true, label: "Community",