From 2f80132bb820cee223e569cdb920cddf5f0bf1e4 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 01:30:46 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/routes/calendar.index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/routes/calendar.index.tsx b/src/routes/calendar.index.tsx index 6d36d13..5427b96 100644 --- a/src/routes/calendar.index.tsx +++ b/src/routes/calendar.index.tsx @@ -784,7 +784,9 @@ function WeekStrip({ }) { const today = new Date(); return ( -
+
{days.map((d) => { const key = format(d, "yyyy-MM-dd"); const dayEvts = eventsByDay.get(key) ?? [];