fix(ui): add space before/after forward slash in "ASYNC/OTHER" text (#366)
* fix(ui): add space before/after forward slash in "ASYNC./OTHER" text * fix(ui): add space before/after forward slash in "ASYNC./OTHER" text
This commit is contained in:
@@ -37,7 +37,7 @@ export default function CalendarBottomBar({ courseCells, setCourse }: CalendarBo
|
|||||||
{displayCourses && (
|
{displayCourses && (
|
||||||
<>
|
<>
|
||||||
<Text variant='p' className='text-ut-black'>
|
<Text variant='p' className='text-ut-black'>
|
||||||
ASYNC/OTHER
|
ASYNC / OTHER
|
||||||
</Text>
|
</Text>
|
||||||
<Text variant='h4' className='text-gray-300'>
|
<Text variant='h4' className='text-gray-300'>
|
||||||
—
|
—
|
||||||
|
|||||||
Reference in New Issue
Block a user