From 0c43a598c296d1d86bcf4e7fc08934ecd7122cdc Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Thu, 15 May 2025 19:17:21 +0200 Subject: [PATCH] Update constants.ts --- .../refine-theme/common-header/constants.ts | 25 +++---------------- 1 file changed, 3 insertions(+), 22 deletions(-) diff --git a/website/src/refine-theme/common-header/constants.ts b/website/src/refine-theme/common-header/constants.ts index 4a41f7cb..ff60af78 100644 --- a/website/src/refine-theme/common-header/constants.ts +++ b/website/src/refine-theme/common-header/constants.ts @@ -36,28 +36,9 @@ export type MenuItemType = NavbarPopoverItemType | NavbarItemType; export const MENU_ITEMS: MenuItemType[] = [ { - isPopover: true, - label: "Resources", - items: [ - { - label: "How-to Guides", - description: "Everything you need to get started.", - link: "/docs/articles/intro/", - icon: ExamplesIcon, - }, - { - label: "Install Command", - description: "Customize installation.", - link: "https://community.openpanel.org/", - icon: AwesomeIcon, - }, - { - label: "Changelog", - description: "Latest version and updates.", - link: "/docs/changelog/intro/", - icon: BlogIcon, - }, - ], + isPopover: false, + label: "Features", + href: "/features", }, { isPopover: false,