summaryrefslogtreecommitdiff
path: root/src/lib/brand/components/BrandCard.jsx
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2025-10-16 10:59:56 +0000
committerIT Fixcomart <it@fixcomart.co.id>2025-10-16 10:59:56 +0000
commit5590a8cf2423c14baa991abf18ca31179a62c2bd (patch)
treed263d376c68279f6b7eecb6bebe5fb5fb81365f3 /src/lib/brand/components/BrandCard.jsx
parentf6b1aea824192572b241f94157ab3731dec6a4ea (diff)
parent9fa82a1c56e6e1628ef5a255ba3f66fb6aec83ec (diff)
Merged in media_banner (pull request #469)
Media banner
Diffstat (limited to 'src/lib/brand/components/BrandCard.jsx')
-rw-r--r--src/lib/brand/components/BrandCard.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/brand/components/BrandCard.jsx b/src/lib/brand/components/BrandCard.jsx
index dff61b24..411e2669 100644
--- a/src/lib/brand/components/BrandCard.jsx
+++ b/src/lib/brand/components/BrandCard.jsx
@@ -5,6 +5,7 @@ import { createSlug } from '@/core/utils/slug';
const BrandCard = ({ brand }) => {
const { isMobile } = useDevice();
+ // console.log("Brand logo:", brand.logo);
return (
<Link
href={createSlug('/shop/brands/', brand.name, brand.id)}