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",