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 */}