From cbd9208242dd3b285c7ce349674417ba6865683d Mon Sep 17 00:00:00 2001 From: FIN-IT_AndriFP Date: Fri, 26 Sep 2025 11:29:04 +0700 Subject: (andri) noimage --- src-migrate/modules/product-detail/components/ProductDetail.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src-migrate/modules/product-detail/components/ProductDetail.tsx b/src-migrate/modules/product-detail/components/ProductDetail.tsx index 79921e22..f0679da4 100644 --- a/src-migrate/modules/product-detail/components/ProductDetail.tsx +++ b/src-migrate/modules/product-detail/components/ProductDetail.tsx @@ -164,7 +164,7 @@ return ( className='w-[85%] aspect-square object-contain' onError={(e) => { (e.target as HTMLImageElement).src = - '/path/to/fallback-image.jpg'; + '/images/noimage.jpeg'; }} /> @@ -172,7 +172,7 @@ return ( ) : (
Gambar produk @@ -222,7 +222,7 @@ return ( loading='lazy' onError={(e) => { (e.target as HTMLImageElement).src = - '/path/to/fallback-image.jpg'; + '/images/noimage.jpeg'; }} />
-- cgit v1.2.3