feat: modify Course Block text style and time and location text (#409)
This commit is contained in:
@@ -101,7 +101,7 @@ export default function CalendarCourseCell({
|
||||
{courseDeptAndInstr}
|
||||
</Text>
|
||||
{timeAndLocation && (
|
||||
<Text variant='h3-course' as='p'>
|
||||
<Text variant='h3-course' as='p' className='whitespace-pre-line'>
|
||||
{timeAndLocation}
|
||||
</Text>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user