diff options
| author | Mqdd <ahmadmiqdad27@gmail.com> | 2025-12-09 10:10:44 +0700 |
|---|---|---|
| committer | Mqdd <ahmadmiqdad27@gmail.com> | 2025-12-09 10:10:44 +0700 |
| commit | 784a2a958894e896cf8cee1c4e2fd6e3c7f18c3b (patch) | |
| tree | e4d05beecc5be4f182a78c425c0eb30c1a96952e | |
| parent | 9ca4e764383ffc3800fbe899dd7e07c297c51e75 (diff) | |
| parent | 4f133e1de46fa50982e9cd3b6063eea7c1d10528 (diff) | |
Merge branch 'new-release' of https://bitbucket.org/altafixco/next-indoteknik into cr_renca_keyword
merge
| -rw-r--r-- | src-migrate/modules/product-detail/components/ProductDetail.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src-migrate/modules/product-detail/components/ProductDetail.tsx b/src-migrate/modules/product-detail/components/ProductDetail.tsx index 24af9749..085bbb1c 100644 --- a/src-migrate/modules/product-detail/components/ProductDetail.tsx +++ b/src-migrate/modules/product-detail/components/ProductDetail.tsx @@ -302,9 +302,9 @@ const ProductDetail = ({ product }: Props) => { size={18} className='text-red-600 shrink-0 mx-2' /> - <h1 className='text-red-600 font-normal text-h-sm'> + <div className='text-red-600 font-normal text-h-sm p-2'> Maaf untuk saat ini Produk yang anda cari tidak tersedia - </h1> + </div> </div> )} <h1 className={style['title']}>{product.name}</h1> |
