summaryrefslogtreecommitdiff
path: root/src/lib/brand
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-07-23 14:29:08 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-07-23 14:29:08 +0700
commitb1341b76e94da9e64549768646bb54d2836976d0 (patch)
treef6151a95c4ac7e7b91835d0c7c46e2814521a17a /src/lib/brand
parentbf5c3b1d48da54e0e44689412ad9de9c10cf9edb (diff)
<iman> update categories management
Diffstat (limited to 'src/lib/brand')
-rw-r--r--src/lib/brand/components/BrandCard.jsx6
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 && (