mirror of
https://github.com/Xevion/xevion.dev.git
synced 2025-12-15 08:13:53 -06:00
Remove leftover console.log in ItemCard
This commit is contained in:
@@ -40,11 +40,7 @@ const ItemCard = ({banner, bannerBlur, title, description, links, location}: Ite
|
|||||||
return <>
|
return <>
|
||||||
<div ref={itemRef}
|
<div ref={itemRef}
|
||||||
className={classNames("item [&:not(:first-child)]:mt-3", active ? "active" : null)}
|
className={classNames("item [&:not(:first-child)]:mt-3", active ? "active" : null)}
|
||||||
onClick={() => {
|
onClick={navigate}>
|
||||||
console.log('Overall div!')
|
|
||||||
navigate();
|
|
||||||
}
|
|
||||||
}>
|
|
||||||
<DependentImage fill src={banner} blurDataURL={bannerBlur}
|
<DependentImage fill src={banner} blurDataURL={bannerBlur}
|
||||||
className={(loaded) => classNames("object-cover", loaded ? null : "blur-xl")}
|
className={(loaded) => classNames("object-cover", loaded ? null : "blur-xl")}
|
||||||
placeholder="blur"
|
placeholder="blur"
|
||||||
|
|||||||
Reference in New Issue
Block a user