{imageItems.map((item, id) => (
@@ -140,6 +159,7 @@ function ImageMenu({ title, imageItems, to }: ImageMenuProps) {
{item.title}
diff --git a/app/modules/menu/MobileMenu.tsx b/app/modules/menu/MobileMenu.tsx
index 9c3e41f3..d4dc896f 100644
--- a/app/modules/menu/MobileMenu.tsx
+++ b/app/modules/menu/MobileMenu.tsx
@@ -1,6 +1,5 @@
import { Link } from "@remix-run/react";
import { Drawer, useDrawer } from "../Drawer";
-import { IconCaret } from "../Icon";
import { Disclosure } from "@headlessui/react";
import { Image } from "@shopify/hydrogen";
import {
@@ -9,6 +8,7 @@ import {
type ImageItem,
type MultiMenuProps,
} from "./defines";
+import { IconCaret } from "~/components/Icons";
const MenuByType = {
multi: MultiMenu,
@@ -54,7 +54,10 @@ function MultiMenu(props: MultiMenuProps) {
{item.title}
-
+
@@ -98,7 +101,8 @@ function MultiMenu(props: MultiMenuProps) {
onClick={openMenu}
>
{title}{" "}
-
+
+
{content}
@@ -130,7 +134,7 @@ function ImageMenu({
{imageItems.map((item, id) => (