summaryrefslogtreecommitdiff
path: root/src/lib/brand/components
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-07-23 14:39:46 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-07-23 14:39:46 +0700
commit7f777f35e20b302613c1b7f10146d84c2313a3c0 (patch)
tree26d3ff016c543fc03948116bafd5750d8058095a /src/lib/brand/components
parent095a3d7e649f3347c615c38bc03f4b77fa1e0fe7 (diff)
parentb1341b76e94da9e64549768646bb54d2836976d0 (diff)
Merge branch 'Feature/category-management' into development
Diffstat (limited to 'src/lib/brand/components')
-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 && (