Skip to content

Commit

Permalink
fix: images in events
Browse files Browse the repository at this point in the history
  • Loading branch information
hampfh committed Oct 31, 2024
1 parent 30e797a commit 097160c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/student/events/_components/EventItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export function EventItem({ event }: { event: Event }) {
<Image
width={200}
height={200}
className="h-full max-h-48 w-full rounded-t-lg object-cover sm:h-48 sm:w-48 sm:rounded-l-lg sm:rounded-tr-none "
className="h-full max-h-48 w-full rounded-t-lg object-contain sm:h-48 sm:w-48 sm:rounded-l-lg sm:rounded-tr-none "
src={image_url}
alt=""
/>
Expand Down

0 comments on commit 097160c

Please sign in to comment.