diff --git a/shopping-cart/src/Cart.jsx b/shopping-cart/src/Cart.jsx index 61022cb..f96aefa 100644 --- a/shopping-cart/src/Cart.jsx +++ b/shopping-cart/src/Cart.jsx @@ -66,7 +66,10 @@ function OrderSummary({ cart }) {

Shipping (10%): ${currencyFormat(shippingCosts)}

Total: ${currencyFormat(total)}

- - - +
+

${currencyFormat(price)} x

+
+ + + +
+

Item total: ${currencyFormat(qty * price)}

+
-

total: ${currencyFormat(qty * price)}