make some calendar stylings
This commit is contained in:
@ -51,7 +51,7 @@ const EventCalendar = ({ events }: { events: EventFragment[] }) => {
|
||||
const eventsByDate = organizeEventsByDate(futureSingularEvents);
|
||||
|
||||
return (
|
||||
<div className={styles.eventList}>
|
||||
<div className={styles.eventCalendar}>
|
||||
{Object.keys(eventsByDate).map((yearMonth) => (
|
||||
<div key={yearMonth} className={styles.calendarYearMonth}>
|
||||
<h2>{formatYearMonth(yearMonth)}</h2>
|
||||
|
Reference in New Issue
Block a user