more calendar stylings
This commit is contained in:
@ -67,7 +67,12 @@ const EventCalendar = ({ events }: { events: EventFragment[] }) => {
|
||||
</h3>
|
||||
<ul>
|
||||
{eventsByDate[yearMonth][week][day].map((event) => (
|
||||
<EventItem key={event.id} event={event} mode="calendar" />
|
||||
<EventItem
|
||||
key={event.id}
|
||||
event={event}
|
||||
mode="calendar"
|
||||
size="small"
|
||||
/>
|
||||
))}
|
||||
</ul>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user