summaryrefslogtreecommitdiff
path: root/src/lib/brand
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-07-22 16:56:30 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-07-22 16:56:30 +0700
commit1a3bef5d01fb50ad731f269f0a76b5c5fd52813d (patch)
treeaa716d32c3f7630bd7718ab1d1dfdb498a46e7fa /src/lib/brand
parentd6b459b3ea396775fae25b44d34c8dc724379224 (diff)
<update brand view
Diffstat (limited to 'src/lib/brand')
-rw-r--r--src/lib/brand/components/BrandCard.jsx2
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'
}`}
>