Skip to content

Commit

Permalink
fix: remove extra spacing (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
DhruvArora-03 authored and doprz committed Mar 6, 2024
1 parent eba5d9f commit 6ba8b68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const handleOpenOptions = async () => {
};

const CalendarHeader = ({ totalHours, totalCourses, scheduleName }) => (
<div className='min-h-79px min-w-672px w-full flex px-0 py-15'>
<div className='min-h-79px min-w-672px w-full flex px-0'>
<div className='flex flex-row gap-20'>
<div className='flex gap-10'>
<div className='flex gap-1'>
Expand Down

0 comments on commit 6ba8b68

Please sign in to comment.