docs: add search to workflows reference (#11054)
* docs: add search to workflows reference * fix error
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
|
||||
import {
|
||||
BarsThree,
|
||||
Book,
|
||||
QuestionMarkCircle,
|
||||
SidebarLeft,
|
||||
TimelineVertical,
|
||||
} from "@medusajs/icons"
|
||||
import React, { useMemo, useRef, useState } from "react"
|
||||
import {
|
||||
BookIcon,
|
||||
Button,
|
||||
getOsShortcut,
|
||||
Menu,
|
||||
@@ -41,7 +41,7 @@ export const MainNavDesktopMenu = () => {
|
||||
},
|
||||
{
|
||||
type: "link",
|
||||
icon: <BookIcon />,
|
||||
icon: <Book />,
|
||||
title: "Medusa v1",
|
||||
link: "https://docs.medusajs.com/v1",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user