Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
GraemeFulton committed May 23, 2024
1 parent 558cd8e commit b4b0eb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/v4/card/ToolImageCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const ToolImageCard = ({
navSponsor,
sponsor,
}) => {
console.log(navSponsor);
return (
<div
className={`grid grid-cols-1 ${columns ? columns : "lg:grid-cols-3"} gap-4 w-full flex-wrap`}
Expand Down

0 comments on commit b4b0eb6

Please sign in to comment.