From 05bd8cafea65676710ce989d841cc03cdaaba432 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Wed, 7 Aug 2024 15:07:48 +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 1a0681ea..5d37ee4d 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",