diff --git a/components/cart/modal.tsx b/components/cart/modal.tsx index 9e8103bf3..87a68bfcc 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/solid'; +import { ShoppingCartIcon } from '@heroicons/react/24/outline'; import CartIcon from 'components/icons/cart'; import Price from 'components/price'; import { DEFAULT_OPTION } from 'lib/constants'; @@ -86,13 +86,13 @@ export default function CartModal({ cart, cartIdUpdated }: { cart: Cart; cartIdU {cart.lines.length === 0 ? ( -
+
-

Your cart is empty.

+

Your cart is empty.

) : ( -
-