diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-07-23 14:29:08 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-07-23 14:29:08 +0700 |
| commit | b1341b76e94da9e64549768646bb54d2836976d0 (patch) | |
| tree | f6151a95c4ac7e7b91835d0c7c46e2814521a17a /src/lib/brand/components | |
| parent | bf5c3b1d48da54e0e44689412ad9de9c10cf9edb (diff) | |
<iman> update categories management
Diffstat (limited to 'src/lib/brand/components')
| -rw-r--r-- | src/lib/brand/components/BrandCard.jsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/brand/components/BrandCard.jsx b/src/lib/brand/components/BrandCard.jsx index 39b1aec1..2d78d956 100644 --- a/src/lib/brand/components/BrandCard.jsx +++ b/src/lib/brand/components/BrandCard.jsx @@ -16,9 +16,9 @@ const BrandCard = ({ brand }) => { <Image src={brand.logo} alt={brand.name} - width={128} - height={128} - className='h-full w-full object-contain object-center' + width={50} + height={50} + className='h-full w-[122px] object-contain object-center' /> )} {!brand.logo && ( |
