diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-03-15 16:34:34 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-03-15 16:34:34 +0700 |
| commit | ff9e6c43f451ed933b0cb8d35623bf3b6a1de1c4 (patch) | |
| tree | 7b63436a5a71a5be668f2e77787cb76717c26f66 /src/lib/product/components | |
| parent | 4a898522ad3eae38918767634d90347172f3fe9d (diff) | |
-
Diffstat (limited to 'src/lib/product/components')
| -rw-r--r-- | src/lib/product/components/ProductDesktop.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/product/components/ProductDesktop.jsx b/src/lib/product/components/ProductDesktop.jsx index 6eba2aed..1272237b 100644 --- a/src/lib/product/components/ProductDesktop.jsx +++ b/src/lib/product/components/ProductDesktop.jsx @@ -211,7 +211,7 @@ const ProductDesktop = ({ product, wishlist, toggleWishlist }) => { </div> </div> - <div className='mt-12'> + <div className='my-12'> <div className='text-h-lg font-semibold mb-6'>Kamu Mungkin Juga Suka</div> <LazyLoad> <ProductSimilar query={productSimilarQuery} /> |
