feat: async course adding and async/other course block adjustments (#273)

* feat: we do al il check to move sat and 7 am classes to async

* feat: it is 5 am ohhhhh boy i could go for some mighty mo's rn

* feat: a derek

* feat: undo

* chore: lint

* chore: lint x2

* feat: horizontal line

* feat: dash changed to —

* feat: remove conditional centering if no timeAndLocation found

* style: his majestys style changes

* style: 2

* style: x3

* style: x4

* style: x5
This commit is contained in:
2024-10-06 20:15:18 -05:00
committed by GitHub
parent da6d86c785
commit 668c8d0075
3 changed files with 15 additions and 8 deletions

View File

@@ -74,11 +74,7 @@ export default function CalendarCourseCell({
}}
onClick={onClick}
>
<div
className={clsx('flex flex-1 flex-col gap-0.25 overflow-hidden max-h-full', {
'self-center': !timeAndLocation,
})}
>
<div className={clsx('flex flex-1 flex-col gap-0.25 overflow-hidden max-h-full')}>
<Text
variant='h1-course'
as='p'