There was an error while loading. Please reload this page.
1 parent 8db869b commit 335afa1Copy full SHA for 335afa1
1 file changed
src/views/components/PopupMain.tsx
@@ -130,8 +130,8 @@ export default function PopupMain(): JSX.Element {
130
</ScheduleDropdown>
131
</div>
132
{activeSchedule?.courses?.length === 0 && (
133
- <div className='max-w-64 flex flex-col items-center self-center gap-1.25 px-2 py-2 pt-24'>
134
- <Text variant='p' className='text-center text-ut-gray !font-normal'>
+ <div className='max-w-64 block flex flex-col items-center self-center gap-1.25 px-2 py-2 pt-24'>
+ <Text variant='p' className='text-center text-ut-gray !font-normal chromatic-ignore'>
135
{funny}
136
</Text>
137
<Text variant='small' className='text-center text-black'>
0 commit comments