summaryrefslogtreecommitdiff
path: root/src/lib/brand/components/BrandCard.jsx
diff options
context:
space:
mode:
authorIndoteknik . <andrifebriyadiputra@gmail.com>2025-08-16 09:52:55 +0700
committerIndoteknik . <andrifebriyadiputra@gmail.com>2025-08-16 09:52:55 +0700
commitd32ed92902d52934a55cdb9efe110ef11cd920d8 (patch)
tree912307287d6aa919310098c2e17f439c1016b679 /src/lib/brand/components/BrandCard.jsx
parent8158cf84d27334362ac618afd42a8f0c759915a8 (diff)
(andri) make component card mediacard
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)}