From f228d1d1bfe7cb2c29460742702ea1d1f09312ad Mon Sep 17 00:00:00 2001 From: NaRkIsJaHaN Date: Fri, 13 Sep 2024 18:49:36 +0530 Subject: [PATCH 01/35] 86b256a25: fixed for Display of the calendar is small --- server/src/components/calendar.tsx | 2 +- server/src/components/mentorDashboard.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/server/src/components/calendar.tsx b/server/src/components/calendar.tsx index 3f2d0b4..5b074ac 100644 --- a/server/src/components/calendar.tsx +++ b/server/src/components/calendar.tsx @@ -612,7 +612,7 @@ const TaskCalendar: React.FC = ({ selectedUser }) => { -
+
{ return ( -
+
{/* Top Bar with Logo, Avatar, and Logout */}
{ {/* Main Content */}
-
+
{!isLoading && session ? (