diff --git a/components/cart/close-cart.tsx b/components/cart/close-cart.tsx index 515b94843..bb5dfde19 100644 --- a/components/cart/close-cart.tsx +++ b/components/cart/close-cart.tsx @@ -3,7 +3,7 @@ import clsx from 'clsx'; export default function CloseCart({ className }: { className?: string }) { return ( -
+
); diff --git a/components/cart/modal.tsx b/components/cart/modal.tsx index be03b36c4..b090fe464 100644 --- a/components/cart/modal.tsx +++ b/components/cart/modal.tsx @@ -64,7 +64,7 @@ export default function CartModal({ cart }: { cart: Cart | undefined }) { leaveFrom="translate-x-0" leaveTo="translate-x-full" > - +

Your Bag

@@ -127,7 +127,7 @@ export default function CartModal({ cart }: { cart: Cart | undefined }) { {item.merchandise.product.title} {item.merchandise.title !== DEFAULT_OPTION ? ( -

+

{item.merchandise.title}

) : null} @@ -154,12 +154,12 @@ export default function CartModal({ cart }: { cart: Cart | undefined }) {
-

Taxes

+ {/*

Taxes

+ /> */}

Shipping

@@ -168,7 +168,7 @@ export default function CartModal({ cart }: { cart: Cart | undefined }) {

Total