Commit d5e4097 1 parent 5212784 commit d5e4097 Copy full SHA for d5e4097
File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 37
37
"editor.defaultFormatter" : " esbenp.prettier-vscode"
38
38
},
39
39
"typescript.tsdk" : " node_modules/typescript/lib" ,
40
+ "tailwindCSS.experimental.configFile" : null ,
41
+ "tailwindCSS.includeLanguages" : {
42
+ "html" : " html" ,
43
+ "javascript" : " javascript" ,
44
+ "css" : " css"
45
+ },
46
+ "editor.quickSuggestions" : {
47
+ "strings" : true
48
+ }
40
49
}
Original file line number Diff line number Diff line change @@ -15,16 +15,16 @@ const CalendarHeader = () => (
15
15
< div className = 'min-h-79px min-w-672px flex flex-wrap items-center justify-between px-0 py-15' >
16
16
< div className = 'flex' >
17
17
< Button variant = 'single' icon = { MenuIcon } color = 'ut-gray' />
18
- < div className = 'flex items-center' >
18
+ < div className = 'flex items-center gap-10 ' >
19
19
< LogoIcon style = { { marginRight : '5px' } } />
20
20
< Text > UT Registration Plus</ Text >
21
21
</ div >
22
22
</ div >
23
-
24
23
< div className = 'flex flex-col' >
25
24
< ScheduleTotalHoursAndCourses scheduleName = 'SCHEDULE' totalHours = { 22 } totalCourses = { 8 } />
26
25
DATA UPDATED ON: 12:00 AM 02/01/2024
27
26
</ div >
27
+ // Split
28
28
< div className = 'flex flex-row items-center' >
29
29
< CourseStatus size = 'small' status = { Status . WAITLISTED } />
30
30
< CourseStatus size = 'small' status = { Status . CLOSED } />
You can’t perform that action at this time.
0 commit comments