mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update mobile-menu-modal.tsx
This commit is contained in:
parent
00a2ada2ae
commit
96f3fc7394
@ -6,7 +6,7 @@ import { useColorMode } from "@docusaurus/theme-common";
|
|||||||
import { openFigma } from "@site/src/utils/open-figma";
|
import { openFigma } from "@site/src/utils/open-figma";
|
||||||
import { CloseIcon } from "../icons/close";
|
import { CloseIcon } from "../icons/close";
|
||||||
import { GithubStarIcon } from "../icons/popover";
|
import { GithubStarIcon } from "../icons/popover";
|
||||||
import { RefineLogoIcon } from "../icons/refine-logo";
|
import { OpenPanelLogoIcon } from "../icons/openpanel-logo";
|
||||||
import { MENU_ITEMS, NavbarItemType } from "./constants";
|
import { MENU_ITEMS, NavbarItemType } from "./constants";
|
||||||
import { MenuItem } from "./menu-item";
|
import { MenuItem } from "./menu-item";
|
||||||
import { MobileNavItem } from "./mobile-nav-item";
|
import { MobileNavItem } from "./mobile-nav-item";
|
||||||
@ -87,7 +87,7 @@ const Modal: FC<PropsWithChildren<MobileMenuModalProps>> = ({
|
|||||||
"landing-sm:px-8",
|
"landing-sm:px-8",
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
<RefineLogoIcon
|
<OpenPanelLogoIcon
|
||||||
className="dark:text-gray-0 text-gray-900"
|
className="dark:text-gray-0 text-gray-900"
|
||||||
onContextMenu={openFigma}
|
onContextMenu={openFigma}
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user