diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-07-22 16:56:30 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-07-22 16:56:30 +0700 |
| commit | 1a3bef5d01fb50ad731f269f0a76b5c5fd52813d (patch) | |
| tree | aa716d32c3f7630bd7718ab1d1dfdb498a46e7fa /src/lib/brand/components | |
| parent | d6b459b3ea396775fae25b44d34c8dc724379224 (diff) | |
<update brand view
Diffstat (limited to 'src/lib/brand/components')
| -rw-r--r-- | src/lib/brand/components/BrandCard.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/brand/components/BrandCard.jsx b/src/lib/brand/components/BrandCard.jsx index 731214ff..39b1aec1 100644 --- a/src/lib/brand/components/BrandCard.jsx +++ b/src/lib/brand/components/BrandCard.jsx @@ -8,7 +8,7 @@ const BrandCard = ({ brand }) => { return ( <Link href={createSlug('/shop/brands/', brand.name, brand.id)} - className={`py-1 px-2 rounded border border-gray_r-6 flex justify-center items-center ${ + className={`py-1 px-2 border-gray_r-6 flex justify-center items-center hover:scale-110 transition duration-500 ease-in-out ${ isMobile ? 'h-16' : 'h-24' }`} > |
