File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -520,8 +520,8 @@ const Schedule = () => {
520520 )
521521 }
522522 }
523- if ( index >= 5 && index <= 10 ) {
524- if ( index === 5 ) {
523+ if ( index >= 4 && index <= 9 ) {
524+ if ( index === 4 ) {
525525 return (
526526 < tr key = { index } className = "h-[50px]" >
527527 { row . time === "●" ? (
Original file line number Diff line number Diff line change @@ -195,8 +195,7 @@ export const sundayScheduleWeb = [
195195 {
196196 time : "2:30 PM - 3:00 PM" ,
197197 tandonGym : "" ,
198- pfizer : "" ,
199- makerspace : "A Day in the Life Panel" ,
198+ pfizer : "A Day in the Life Panel" ,
200199 } ,
201200 {
202201 time : "3:00 PM - 3:30 PM" ,
@@ -316,8 +315,8 @@ export const sundayMobileScheduleData = [
316315 location : "NYU Tandon Gym" ,
317316 } ,
318317 {
319- startTime : "12:30 PM" ,
320- endTime : "2:30 PM" ,
318+ startTime : "12:00 PM" ,
319+ endTime : "2:00 PM" ,
321320 description : "Judging" ,
322321 location : "NYU Tandon Gym" ,
323322 } ,
You can’t perform that action at this time.
0 commit comments