From 77974f207010518a8fad0151c38d93911be4ecd4 Mon Sep 17 00:00:00 2001 From: alma Date: Wed, 14 Jan 2026 13:08:03 +0100 Subject: [PATCH] agenda page --- app/agenda/page.tsx | 24 +++++++++++++----------- components/calendar/calendar-client.tsx | 2 +- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/app/agenda/page.tsx b/app/agenda/page.tsx index 4ce11c3..2784c3e 100644 --- a/app/agenda/page.tsx +++ b/app/agenda/page.tsx @@ -106,16 +106,18 @@ export default async function CalendarPage() { }, 0); return ( -
- -
+
+
+ +
+
); } diff --git a/components/calendar/calendar-client.tsx b/components/calendar/calendar-client.tsx index 6e8b8ff..ee9a42a 100644 --- a/components/calendar/calendar-client.tsx +++ b/components/calendar/calendar-client.tsx @@ -921,7 +921,7 @@ export function CalendarClient({ initialCalendars, userId, userProfile }: Calend }; return ( -
+
{/* Left column for calendars */}