From 0befdef251386bd026d53721e5cb2173aebd41f2 Mon Sep 17 00:00:00 2001 From: FIN-IT_AndriFP Date: Mon, 12 Jan 2026 15:28:52 +0700 Subject: (andri) fix detail informasi mobile --- src-migrate/modules/product-detail/components/Information.tsx | 4 +++- src-migrate/modules/product-detail/components/ProductDetail.tsx | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src-migrate/modules/product-detail/components/Information.tsx b/src-migrate/modules/product-detail/components/Information.tsx index e07537fb..6e2c930e 100644 --- a/src-migrate/modules/product-detail/components/Information.tsx +++ b/src-migrate/modules/product-detail/components/Information.tsx @@ -267,7 +267,9 @@ const Information = ({ product }: Props) => { {/* === DETAIL INFORMASI PRODUK (Horizontal Minimalis) === */}
-

Detail Informasi Produk

+

+ Detail Informasi Produk +

{/* Mobile: 3 Kolom, Spacing Kecil. Desktop: 3 Kolom, Spacing Besar */} diff --git a/src-migrate/modules/product-detail/components/ProductDetail.tsx b/src-migrate/modules/product-detail/components/ProductDetail.tsx index 04bf5533..fbfe262d 100644 --- a/src-migrate/modules/product-detail/components/ProductDetail.tsx +++ b/src-migrate/modules/product-detail/components/ProductDetail.tsx @@ -508,19 +508,19 @@ const ProductDetail = ({ product }: Props) => {

{product.name}

-
+
)}
{isMobile && ( -
+
)} -
+
{!!activeVariantId && !isApproval && ( )} -- cgit v1.2.3