From bab9cff03e2b49a10886ab5b7e3796bcfc37b22d Mon Sep 17 00:00:00 2001 From: terryli0095 Date: Mon, 15 Jan 2024 17:08:56 -0800 Subject: [PATCH] remove faq --- .../src/components/SidebarHelpComponent/index.tsx | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/wondrous-bot-admin/src/components/SidebarHelpComponent/index.tsx b/wondrous-bot-admin/src/components/SidebarHelpComponent/index.tsx index 4c9b7b483..06bc01cf0 100644 --- a/wondrous-bot-admin/src/components/SidebarHelpComponent/index.tsx +++ b/wondrous-bot-admin/src/components/SidebarHelpComponent/index.tsx @@ -45,24 +45,25 @@ const SidebarHelpComponent = ({ isCollapsed, toggleDrawer }) => { const isMobile = useMediaQuery((theme: any) => theme.breakpoints.down("md")); const ITEMS = [ + // { + // label: "FAQ", + // path: "https://wonderverse.gitbook.io/wonder-communities/faq/questions", + // icon: FaqIcon, + // }, { - label: "FAQ", - path: "https://wonderverse.gitbook.io/wonder-communities/faq/questions", - icon: FaqIcon, - }, - { - label: "Set Up", + label: "Video tutorial", icon: WrenchIcon, path: "https://wonderverse.gitbook.io/wonder-communities/setting-up-wonderverse/video-tutorial", }, { label: "Best Practices", icon: BestPracticesIcon, + path: "https://wonderverse.gitbook.io/wonder-communities/recommendations/best-practices", }, { label: "Support", icon: SupportIcon, - path: "https://wonderverse.gitbook.io/wonder-communities/recommendations/best-practices", + path: "https://discord.gg/wonderverse-907435897568505866", }, { label: "Share Feedback",