From aada6132190cf5f3e43547b1c953f3afadaac567 Mon Sep 17 00:00:00 2001 From: Xevion Date: Sun, 1 Jan 2023 23:04:53 -0600 Subject: [PATCH] Remove leftover console.log in ItemCard --- src/components/ItemCard.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/components/ItemCard.tsx b/src/components/ItemCard.tsx index aee22cf..adfb143 100644 --- a/src/components/ItemCard.tsx +++ b/src/components/ItemCard.tsx @@ -40,11 +40,7 @@ const ItemCard = ({banner, bannerBlur, title, description, links, location}: Ite return <>
{ - console.log('Overall div!') - navigate(); - } - }> + onClick={navigate}> classNames("object-cover", loaded ? null : "blur-xl")} placeholder="blur"