diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-10-28 21:10:04 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-10-28 21:10:04 +0700 |
| commit | ca6ae8e49f014307ce34ae97b110164eb802ce72 (patch) | |
| tree | 5eed6fd73129c17522195500a0a04ae135ac4773 | |
| parent | aecf3630066fda25429f25efea97f6d65b7d823c (diff) | |
<MIqdad> remove wishlist & brand prod mobile variant
| -rw-r--r-- | src/lib/product/components/Product/ProductMobileVariant.jsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/product/components/Product/ProductMobileVariant.jsx b/src/lib/product/components/Product/ProductMobileVariant.jsx index 79e73f7b..d3d22d80 100644 --- a/src/lib/product/components/Product/ProductMobileVariant.jsx +++ b/src/lib/product/components/Product/ProductMobileVariant.jsx @@ -342,7 +342,7 @@ const ProductMobileVariant = ({ product, wishlist, toggleWishlist }) => { /> <div className='p-4'> - <div className='flex items-end mb-2'> + {/* <div className='flex items-end mb-2'> {product.manufacture?.name ? ( <Link href={createSlug( @@ -363,7 +363,7 @@ const ProductMobileVariant = ({ product, wishlist, toggleWishlist }) => { <HeartIcon className='w-6' /> )} </button> - </div> + </div> */} <h1 className='font-medium text-h-lg leading-8 md:text-title-md md:leading-10 mb-3'> {activeVariant?.name} </h1> |
