diff --git a/src/views/components/calendar/CalendarHeader/CalenderHeader.tsx b/src/views/components/calendar/CalendarHeader/CalenderHeader.tsx index cfe7f0201..38eb1493f 100644 --- a/src/views/components/calendar/CalendarHeader/CalenderHeader.tsx +++ b/src/views/components/calendar/CalendarHeader/CalenderHeader.tsx @@ -6,7 +6,6 @@ import ScheduleTotalHoursAndCourses from '@views/components/common/ScheduleTotal import Text from '@views/components/common/Text/Text'; import React from 'react'; import calIcon from 'src/assets/logo.png'; - import MenuIcon from '~icons/material-symbols/menu'; import RedoIcon from '~icons/material-symbols/redo'; import SettingsIcon from '~icons/material-symbols/settings'; @@ -21,25 +20,24 @@ const CalendarHeader = () => (
-
-
+ +
- DATA UPDATED ON: 12:00 AM 02/01/2024 + + DATA UPDATED ON: 12:00 AM 02/01/2024 +
-
+
@@ -52,7 +50,6 @@ const CalendarHeader = () => (
-
);