diff --git a/components/cart/modal.tsx b/components/cart/modal.tsx index 09d4217ac..be03b36c4 100644 --- a/components/cart/modal.tsx +++ b/components/cart/modal.tsx @@ -1,7 +1,7 @@ 'use client'; import { Dialog, Transition } from '@headlessui/react'; -import { ShoppingCartIcon } from '@heroicons/react/24/outline'; +import { ShoppingBagIcon } from '@heroicons/react/24/outline'; import Price from 'components/ui/price'; import { DEFAULT_OPTION } from 'lib/constants'; import type { Cart } from 'lib/shopify/types'; @@ -66,7 +66,7 @@ export default function CartModal({ cart }: { cart: Cart | undefined }) { >
-

My Cart

+

Your Bag