From 3233a8e8511759af4b79776af60a8ebac12b6b5e Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Sat, 17 Dec 2022 10:22:10 +0700 Subject: cart font size --- src/pages/shop/cart.js | 6 +++--- src/styles/globals.css | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/pages/shop/cart.js b/src/pages/shop/cart.js index fe31e7c9..64847de9 100644 --- a/src/pages/shop/cart.js +++ b/src/pages/shop/cart.js @@ -185,12 +185,12 @@ export default function Cart() { {product.parent.name} -

+

{product.code || '-'} {product.attributes.length > 0 ? ` | ${product.attributes.join(', ')}` : ''}

-

{currencyFormat(product.price.price_discount)}

+

{currencyFormat(product.price.price_discount)}

{product.price.discount_percentage > 0 ? ( <> {product.price.discount_percentage}% @@ -200,7 +200,7 @@ export default function Cart() {
-

{currencyFormat(product.quantity * product.price.price_discount)}

+

{currencyFormat(product.quantity * product.price.price_discount)}