From 518f731977223d96c209e1318444e07970517e38 Mon Sep 17 00:00:00 2001 From: Miqdad Date: Thu, 6 Nov 2025 13:00:49 +0700 Subject: Cr renca --- src-migrate/modules/product-detail/components/Image.tsx | 4 ++-- .../modules/product-detail/components/PriceAction.tsx | 14 +++++++------- .../modules/product-detail/styles/price-action.module.css | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) (limited to 'src-migrate/modules') diff --git a/src-migrate/modules/product-detail/components/Image.tsx b/src-migrate/modules/product-detail/components/Image.tsx index d99b683c..c9687bf0 100644 --- a/src-migrate/modules/product-detail/components/Image.tsx +++ b/src-migrate/modules/product-detail/components/Image.tsx @@ -92,7 +92,7 @@ const Image = ({ product }: Props) => { - {flashSale.remaining_time > 0 && ( + {/* {flashSale.remaining_time > 0 && (
{
- )} + )} */} ); }; diff --git a/src-migrate/modules/product-detail/components/PriceAction.tsx b/src-migrate/modules/product-detail/components/PriceAction.tsx index 03148150..e5f62553 100644 --- a/src-migrate/modules/product-detail/components/PriceAction.tsx +++ b/src-migrate/modules/product-detail/components/PriceAction.tsx @@ -174,7 +174,7 @@ const PriceAction = ({ product }: Props) => { // Tidak ada discount bawaan, tapi ada voucher → tampilkan harga setelah voucher <>
@@ -232,7 +232,7 @@ const PriceAction = ({ product }: Props) => { // Tidak ada discount bawaan, tapi ada voucher → tampilkan harga setelah voucher <>
@@ -285,7 +285,7 @@ const PriceAction = ({ product }: Props) => {
-
+
{/* Qty */}
- + {/* * {qtyPickUp} barang bisa di pickup - + */} {/* ===== MOBILE: grid kiri-kanan, kanan hanya qty ===== */} @@ -381,11 +381,11 @@ const PriceAction = ({ product }: Props) => { )}
- {qtyPickUp > 0 && ( + {/* {qtyPickUp > 0 && (
* {qtyPickUp} barang bisa di pickup
- )} + )} */}
{/* Kanan: hanya qty, rata kanan */} diff --git a/src-migrate/modules/product-detail/styles/price-action.module.css b/src-migrate/modules/product-detail/styles/price-action.module.css index b94c33f7..def14e86 100644 --- a/src-migrate/modules/product-detail/styles/price-action.module.css +++ b/src-migrate/modules/product-detail/styles/price-action.module.css @@ -19,7 +19,7 @@ } .disc-badge { - @apply bg-danger-500 px-2 py-1.5 rounded text-white text-caption-2; + @apply bg-danger-500 px-2 py-1 rounded text-white text-caption-2; } .disc-price { -- cgit v1.2.3