From 88339f8b4afa2eb840220fa573a5fa4599702fab Mon Sep 17 00:00:00 2001 From: Miqdad Date: Sat, 25 Oct 2025 09:38:48 +0700 Subject: remove log media banner --- src/lib/brand/components/MediaCard.jsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/lib') diff --git a/src/lib/brand/components/MediaCard.jsx b/src/lib/brand/components/MediaCard.jsx index 4a298e15..e37aa76c 100644 --- a/src/lib/brand/components/MediaCard.jsx +++ b/src/lib/brand/components/MediaCard.jsx @@ -4,9 +4,7 @@ import useDevice from '@/core/hooks/useDevice'; import { createSlug } from '@/core/utils/slug'; const MediaCard = ({ media }) => { - const { isMobile } = useDevice(); - - console.log("Media logo:", media); + const { isMobile } = useDevice(); return ( { width={500} height={500} quality={85} - className="h-full w-[122px] object-contain object-center" + className='h-full w-[122px] object-contain object-center' /> ) : ( {media.name} -- cgit v1.2.3