docs: fix build errors + update medusa docs link (#8550)
* docs: update medusa docs link * fix @medusajs/icon version * fix user guide build * fix build error
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { BellAlert, Sidebar } from "@medusajs/icons"
|
||||
import { BellAlert, SidebarLeft } from "@medusajs/icons"
|
||||
|
||||
export const metadata = {
|
||||
title: `Medusa Admin User Guide`,
|
||||
@@ -40,7 +40,7 @@ The sidebar menu includes the main navigation of your Medusa Admin. You can use
|
||||
|
||||

|
||||
|
||||
You can hide the sidebar by clicking the <InlineIcon Icon={Sidebar} alt="sidebar" /> icon at the top next to the sidebar. Clicking it again shows the sidebar.
|
||||
You can hide the sidebar by clicking the <InlineIcon Icon={SidebarLeft} alt="sidebar" /> icon at the top next to the sidebar. Clicking it again shows the sidebar.
|
||||
|
||||
### Search Bar
|
||||
|
||||
|
||||
Reference in New Issue
Block a user