summaryrefslogtreecommitdiff
path: root/src-migrate
diff options
context:
space:
mode:
authorFIN-IT_AndriFP <andrifebriyadiputra@gmail.com>2025-12-08 09:14:28 +0700
committerFIN-IT_AndriFP <andrifebriyadiputra@gmail.com>2025-12-08 09:14:28 +0700
commit5678b10ef5100665a891e53177a7896f7d9cd9ca (patch)
tree0213841842f7df928f72f7d9be2b2ed05edf3b29 /src-migrate
parent43b2ce4d59c153655eb9b7a2190b83050fd48855 (diff)
parent3ea1f49b036bfa352106142866f454bde2c61e02 (diff)
(andri) fix
Diffstat (limited to 'src-migrate')
-rw-r--r--src-migrate/modules/product-detail/components/ProductDetail.tsx9
1 files changed, 7 insertions, 2 deletions
diff --git a/src-migrate/modules/product-detail/components/ProductDetail.tsx b/src-migrate/modules/product-detail/components/ProductDetail.tsx
index 3beb75b4..9cd205e8 100644
--- a/src-migrate/modules/product-detail/components/ProductDetail.tsx
+++ b/src-migrate/modules/product-detail/components/ProductDetail.tsx
@@ -402,8 +402,13 @@ const ProductDetail = ({ product }: Props) => {
<div className='md:w-8/12 px-4 md:pl-6'>
{!hasPrice && (
<div className='bg-red-50 p-2 py-1.5 rounded-lg border border-red-500 flex gap-1 items-center '>
- <AlertTriangle size={18} className='text-red-600 shrink-0 mx-2' />
- <h1 className='text-red-600 font-normal text-h-sm'>Maaf untuk saat ini Produk yang anda cari tidak tersedia</h1>
+ <AlertTriangle
+ size={18}
+ className='text-red-600 shrink-0 mx-2'
+ />
+ <div className='text-red-600 font-normal text-h-sm p-2'>
+ Maaf untuk saat ini Produk yang anda cari tidak tersedia
+ </div>
</div>
)}
<div className='h-6 md:h-0' />