We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12176da commit bed0eeaCopy full SHA for bed0eea
1 file changed
src/app/home/EventsSection/index.tsx
@@ -61,8 +61,7 @@ export default function EventsSection(props: Props) {
61
date={firstElement?.startDate}
62
title={firstElement?.name}
63
link={`/work/events/${firstElement.id}`}
64
- // FIXME: Send image from backend
65
- // image={firstElement?.image}
+ image={firstElement?.thumbnail?.url}
66
/>
67
</div>
68
{remainingElements?.map((item) => (
0 commit comments