diff --git a/components/cart/edit-item-quantity-button.tsx b/components/cart/edit-item-quantity-button.tsx index 076a68738..49127816e 100644 --- a/components/cart/edit-item-quantity-button.tsx +++ b/components/cart/edit-item-quantity-button.tsx @@ -52,9 +52,9 @@ export default function EditItemQuantityButton({ {isPending ? ( ) : type === 'plus' ? ( - + ) : ( - + )} ); diff --git a/components/cart/modal.tsx b/components/cart/modal.tsx index ed1e0b7e3..071dde030 100644 --- a/components/cart/modal.tsx +++ b/components/cart/modal.tsx @@ -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.

) : ( -
-
    +
    +
      {cart.lines.map((item, i) => { const merchandiseSearchParams = {} as MerchandiseSearchParams; @@ -111,9 +111,9 @@ export default function CartModal({ cart, cartIdUpdated }: { cart: Cart; cartIdU
    • -
      +
      @@ -122,9 +122,9 @@ export default function CartModal({ cart, cartIdUpdated }: { cart: Cart; cartIdU onClick={closeCart} className="z-30 flex flex-row space-x-4" > -
      +
      {
      -
      +
      {item.merchandise.product.title} @@ -149,13 +149,13 @@ export default function CartModal({ cart, cartIdUpdated }: { cart: Cart; cartIdU ) : null}
      -
      +
      -
      +

      {item.quantity} @@ -169,22 +169,22 @@ export default function CartModal({ cart, cartIdUpdated }: { cart: Cart; cartIdU })}

    -
    +

    Taxes

    -
    +

    Shipping

    Calculated at checkout

    -
    +

    Total

    @@ -192,7 +192,7 @@ export default function CartModal({ cart, cartIdUpdated }: { cart: Cart; cartIdU
    Proceed to Checkout diff --git a/components/icons/cart.tsx b/components/icons/cart.tsx index 91661e7a7..3d0de3275 100644 --- a/components/icons/cart.tsx +++ b/components/icons/cart.tsx @@ -12,7 +12,7 @@ export default function CartIcon({ icon?: string; }) { return ( -
    +
    {icon === 'close' ? ( ) : (