fix: broken close bracket

This commit is contained in:
Lukas Zenick
2024-02-17 15:42:30 -06:00
committed by doprz
parent 103d2e0323
commit b34aacb067

View File

@@ -88,7 +88,7 @@ function CalendarGrid({ courseCells, saturdayClass }: React.PropsWithChildren<Pr
<CalendarCourseCell courseDeptAndInstr={block.componentProps.courseDeptAndInstr} <CalendarCourseCell courseDeptAndInstr={block.componentProps.courseDeptAndInstr}
status={block.componentProps.status} colors={block.componentProps.colors}/> status={block.componentProps.status} colors={block.componentProps.colors}/>
</div> </div>
))} */} ))}
<div className={styles.buttonContainer}> <div className={styles.buttonContainer}>
<div className={styles.divider}></div> {/* First divider */} <div className={styles.divider}></div> {/* First divider */}
<button className={styles.calendarButton}> <button className={styles.calendarButton}>