From 18200b4e848affe01ca9014bdf8ac841ce176114 Mon Sep 17 00:00:00 2001 From: Samantha Kellow Date: Wed, 24 Apr 2024 17:50:00 +0100 Subject: [PATCH] updating cart to bag --- components/cart/modal.tsx | 8 ++++---- components/cart/open-cart.tsx | 9 +++++---- 2 files changed, 9 insertions(+), 8 deletions(-) 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