From 6ec15c9124372514a6055e279f2d5a805df50345 Mon Sep 17 00:00:00 2001 From: Dmytro Stanchiev Date: Sat, 16 Aug 2025 11:34:47 -0400 Subject: [PATCH] fix description overflow --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1a1c60b..7d06043 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -274,7 +274,7 @@ export default function HomePage() { {ev.allDay ? ev.start.split('T')[0] : new Date(ev.start).toLocaleString()} {ev.location && @ {ev.location}} - {ev.description &&
{ev.description}
} + {ev.description &&
{ev.description}
}