Skip to content

Commit a4a15f4

Browse files
update schedule
1 parent 3e9b4a9 commit a4a15f4

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

src/sections/schedule/Schedule.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 === "●" ? (

src/sections/schedule/data.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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
},

0 commit comments

Comments
 (0)