diff --git a/src/sections/schedule/Schedule.jsx b/src/sections/schedule/Schedule.jsx
index 1801b98..610475a 100644
--- a/src/sections/schedule/Schedule.jsx
+++ b/src/sections/schedule/Schedule.jsx
@@ -520,8 +520,8 @@ const Schedule = () => {
)
}
}
- if (index >= 5 && index <= 10) {
- if (index === 5) {
+ if (index >= 4 && index <= 9) {
+ if (index === 4) {
return (
{row.time === "●" ? (
@@ -539,8 +539,23 @@ const Schedule = () => {
)
}
}
- if (index >= 10 && index <= 13) {
- if (index === 10) {
+ if (index == 8) {
+ return (
+
+ | {row.time} |
+ {renderTableCell(row.tandonGym)}
+ {renderTableCell(row.tandonGym)}
+
+ A Day in the Life Panel
+ |
+
+ )
+ }
+ if (index >= 9 && index <= 13) {
+ if (index === 9) {
return (
| {row.time} |
diff --git a/src/sections/schedule/data.js b/src/sections/schedule/data.js
index e1d882d..6f97cd7 100644
--- a/src/sections/schedule/data.js
+++ b/src/sections/schedule/data.js
@@ -190,13 +190,7 @@ export const sundayScheduleWeb = [
{
time: "2:00 PM - 2:30 PM",
tandonGym: "",
- pfizer: "",
- },
- {
- time: "2:30 PM - 3:00 PM",
- tandonGym: "",
- pfizer: "",
- makerspace: "A Day in the Life Panel",
+ pfizer: "A Day in the Life Panel",
},
{
time: "3:00 PM - 3:30 PM",
@@ -316,14 +310,14 @@ export const sundayMobileScheduleData = [
location: "NYU Tandon Gym",
},
{
- startTime: "12:30 PM",
- endTime: "2:30 PM",
+ startTime: "12:00 PM",
+ endTime: "2:00 PM",
description: "Judging",
location: "NYU Tandon Gym",
},
{
- startTime: "2:30 PM",
- endTime: "3:00 PM",
+ startTime: "2:00 PM",
+ endTime: "2:30 PM",
description: "A Day in the Life Panel",
location: "Pfizer Auditorium",
},