Skip to content

Commit

Permalink
Update apps/site/src/app/(main)/resources/components/ResourceItem.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
jotalis and github-actions[bot] authored Jan 23, 2025
1 parent af5780c commit e9b956c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function ResourceItem({
className="my-2 flex flex-col items-center justify-center bg-black text-white border border-[3px] border-white transition-all duration-300 hover:bg-white hover:text-black hover:border-black hover:shadow-[9px_9px_0px_1px_#ffffff] w-full h-[200px] xl:h-[240px] flex-grow"
>
<div className="h-full py-6 xl:p-6">
{/* eslint-disable-next-line @next/next/no-img-element*/}
{/* eslint-disable-next-line @next/next/no-img-element*/}
<img
className="pointer-events-none w-[90px] h-[90px] xl:w-[130px] xl:h-[130px]"
src={resourceIconUrl}
Expand Down

0 comments on commit e9b956c

Please sign in to comment.