diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-10-07 12:14:49 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-10-07 12:14:49 +0700 |
| commit | 7db9105b7d2ccabb16103be5f0b83c0f4ba3569a (patch) | |
| tree | 17dcdd9b046943d9001033f9618d3a825a6230ef /src/lib/product/components/Product/ProductDesktopVariant.jsx | |
| parent | a9c90f0c7cb3b6e702c66dd26851c9ec364017c6 (diff) | |
<Miqdad> match prod detail from google ads w/ prod detail website
Diffstat (limited to 'src/lib/product/components/Product/ProductDesktopVariant.jsx')
| -rw-r--r-- | src/lib/product/components/Product/ProductDesktopVariant.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/product/components/Product/ProductDesktopVariant.jsx b/src/lib/product/components/Product/ProductDesktopVariant.jsx index e770d66b..6d6e15f7 100644 --- a/src/lib/product/components/Product/ProductDesktopVariant.jsx +++ b/src/lib/product/components/Product/ProductDesktopVariant.jsx @@ -482,7 +482,7 @@ const ProductDesktopVariant = ({ )} </h3> )} - <div className='flex justify-between items-center py-5 px-3'> + <div className='flex gap-x-5 items-center py-5'> <div className='relative flex items-center'> <button type='button' |
