diff --git a/app/components/EventAgenda.tsx b/app/components/EventAgenda.tsx index 9ae7962..53b60b3 100644 --- a/app/components/EventAgenda.tsx +++ b/app/components/EventAgenda.tsx @@ -41,16 +41,18 @@ function PositionStatus({ volunteerType, event }: PositionStatusProps) { export function EventAgenda({ event }: { event: EventWithVolunteers }) { return ( -
-
{event.title}
-
- {volunteerTypes.map(volunteerType => ( - - ))} +
+
{event.title}
+
+
+ {volunteerTypes.map(volunteerType => ( + + ))} +
)