summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorMiqdad <ahmadmiqdad27@gmail.com>2025-11-13 17:13:53 +0700
committerMiqdad <ahmadmiqdad27@gmail.com>2025-11-13 17:13:53 +0700
commit48c1110541a30bb33726a6f46737615b98f1d9c5 (patch)
tree3f11401901f5439fb25ea351346ec14ee622fa26 /src/lib
parentd925332714b809c4ec60aea9eeb902a2ea2ad7f4 (diff)
<MIqdad> Fix eror
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/product/components/Product/ProductMobileVariant.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/product/components/Product/ProductMobileVariant.jsx b/src/lib/product/components/Product/ProductMobileVariant.jsx
index e6c2204b..0f4953df 100644
--- a/src/lib/product/components/Product/ProductMobileVariant.jsx
+++ b/src/lib/product/components/Product/ProductMobileVariant.jsx
@@ -189,7 +189,7 @@ const ProductMobileVariant = ({ product, wishlist, toggleWishlist }) => {
<img
src='/images/produk_tidak_tersedia.svg'
alt='Produk tidak tersedia'
- className='w-[100%] opacity-[1000%] -translate-x-[0%] -translate-y-[-197%]'
+ className='w-[100%] opacity-[1000%] -translate-x-[0%] -translate-y-[-160%]'
/>
</div>
)}