Skip to content

Commit cda6bea

Browse files
Merge pull request #795 from FrancescoXX/fix/image-in-activities
fix: image in activities
2 parents a16ce33 + 2d11869 commit cda6bea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/GetActivities.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ const GetActivities = () => (
3030
<Image
3131
src={event?.image}
3232
alt={event.name}
33-
className="w-full mb-4 rounded-md object-contain my-4"
34-
width={20}
35-
height={20}
33+
className="w-full mb-4 rounded-md object-cover my-4"
34+
width={100}
35+
height={100}
3636
/>
3737

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

0 commit comments

Comments
 (0)