Skip to content

Commit

Permalink
Merge pull request #795 from FrancescoXX/fix/image-in-activities
Browse files Browse the repository at this point in the history
fix: image in activities
  • Loading branch information
tobySolutions authored Nov 18, 2023
2 parents a16ce33 + 2d11869 commit cda6bea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/GetActivities.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ const GetActivities = () => (
<Image
src={event?.image}
alt={event.name}
className="w-full mb-4 rounded-md object-contain my-4"
width={20}
height={20}
className="w-full mb-4 rounded-md object-cover my-4"
width={100}
height={100}
/>

<div className="flex justify-between text-2xl bottom-1 w-[100%]">
Expand Down

1 comment on commit cda6bea

@vercel
Copy link

@vercel vercel bot commented on cda6bea Nov 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.