Skip to content

Commit a608c5b

Browse files
committed
Fix date format on schedule
1 parent 1d8fe98 commit a608c5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/schedule/day.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ posters.forEach((poster) => {
350350

351351

352352
const date = parseISO(dayName);
353-
const dateText = format(date, "EEE eeee, MMMM d");
353+
const dateText = format(date, "eeee d MMMM");
354354

355355

356356

0 commit comments

Comments
 (0)