docs: change logo (#10208)

* docs: changed logo

* remove unused component
This commit is contained in:
Shahed Nasser
2024-11-21 18:15:32 +02:00
committed by GitHub
parent ab5f2b5e11
commit c99b03bcc2
16 changed files with 17 additions and 66 deletions
@@ -14,7 +14,6 @@ import {
SidebarLeft,
TimelineVertical,
} from "@medusajs/icons"
import { MedusaIcon } from "../../../Icons/MedusaLogo"
import { HouseIcon } from "../../../Icons/House"
import { Menu } from "../../../Menu"
@@ -51,7 +50,7 @@ export const SidebarTopMedusaMenu = () => {
tabIndex={-1}
onClick={toggleOpen}
>
<BorderedIcon IconComponent={MedusaIcon} />
<BorderedIcon icon="/images/logo.png" />
<span className="text-compact-small-plus text-medusa-fg-base flex-1">
Medusa Docs
</span>