From 0e1c9c213b6051be728944730a0e23beadd4c35e Mon Sep 17 00:00:00 2001 From: Miqdad Date: Wed, 24 Sep 2025 17:36:08 +0700 Subject: don cart --- src-migrate/pages/shop/cart/index.tsx | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'src-migrate/pages/shop/cart/index.tsx') diff --git a/src-migrate/pages/shop/cart/index.tsx b/src-migrate/pages/shop/cart/index.tsx index 795dfa72..031aa45b 100644 --- a/src-migrate/pages/shop/cart/index.tsx +++ b/src-migrate/pages/shop/cart/index.tsx @@ -301,9 +301,8 @@ const CartPage: React.FC = () => { <> {/* Sticky Header */}

Keranjang Belanja

@@ -392,13 +391,17 @@ const CartPage: React.FC = () => {
+
+ {/* Cart Summary */}
{device.isMobile ? ( -- cgit v1.2.3