Skip to content

Commit 9ae8753

Browse files
committed
Between
1 parent 5c4f064 commit 9ae8753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/components/common/CalendarHeader/CalenderHeader.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import ScheduleTotalHoursAndCourses from '../ScheduleTotalHoursAndCourses/Schedu
1212
import CourseStatus from '../CourseStatus/CourseStatus';
1313

1414
const CalendarHeader = () => (
15-
<div className='min-h-79px min-w-672px flex flex-wrap items-center justify-between px-0 py-15'>
15+
<div className='min-h-79px min-w-672px flex flex-wrap items-center px-0 py-15'>
1616
<div className='flex gap-20'>
1717
<Button variant='single' icon={MenuIcon} color='ut-gray' />
1818
<div className='flex items-center gap-10'>

0 commit comments

Comments
 (0)