docs: add help dropdown (#11364)
This commit is contained in:
@@ -1,12 +1,6 @@
|
||||
"use client"
|
||||
|
||||
import {
|
||||
BarsThree,
|
||||
Book,
|
||||
QuestionMarkCircle,
|
||||
SidebarLeft,
|
||||
TimelineVertical,
|
||||
} from "@medusajs/icons"
|
||||
import { BarsThree, Book, SidebarLeft, TimelineVertical } from "@medusajs/icons"
|
||||
import React, { useMemo, useRef, useState } from "react"
|
||||
import {
|
||||
Button,
|
||||
@@ -51,12 +45,6 @@ export const MainNavDesktopMenu = () => {
|
||||
title: "Changelog",
|
||||
link: "https://medusajs.com/changelog",
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
icon: <QuestionMarkCircle />,
|
||||
title: "Troubleshooting",
|
||||
link: "https://docs.medusajs.com/resources/troubleshooting",
|
||||
},
|
||||
]
|
||||
|
||||
if (isSidebarShown) {
|
||||
|
||||
Reference in New Issue
Block a user