diff options
| author | Mqdd <ahmadmiqdad27@gmail.com> | 2025-12-08 09:18:10 +0700 |
|---|---|---|
| committer | Mqdd <ahmadmiqdad27@gmail.com> | 2025-12-08 09:18:10 +0700 |
| commit | 9ce2bb6b87c1823de6ca6e9a34aefd80cca4eac0 (patch) | |
| tree | fb7d807d6bbf47695e9f20de8e3f4be790888068 /src-migrate | |
| parent | 3ea1f49b036bfa352106142866f454bde2c61e02 (diff) | |
<Miqddad> h1 to div mobile
Diffstat (limited to 'src-migrate')
| -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..980182cb 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'> Maaf untuk saat ini Produk yang anda cari tidak tersedia - </h1> + </div> </div> )} <h1 className={style['title']}>{product.name}</h1> |
