Skip to content

Commit

Permalink
remove faq
Browse files Browse the repository at this point in the history
  • Loading branch information
terryli0095 committed Jan 16, 2024
1 parent 73fb5d2 commit bab9cff
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions wondrous-bot-admin/src/components/SidebarHelpComponent/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit bab9cff

Please sign in to comment.