Skip to content

Commit 7c042a8

Browse files
committed
fix dates
1 parent 777d07e commit 7c042a8

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

components/schedule-section.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ type ScheduleDay = {
1616
const schedule: ScheduleDay[] = [
1717
{
1818
label: "Day 1",
19-
dateLabel: "March 29",
19+
dateLabel: "May 29",
2020
items: [
2121
{ time: "4:00 PM", event: "Check-in Begins (In-Person + Livestream Opens)" },
2222
{ time: "4:15 PM", event: "Opening Ceremony (30 min)" },
@@ -29,7 +29,7 @@ const schedule: ScheduleDay[] = [
2929
},
3030
{
3131
label: "Day 2",
32-
dateLabel: "March 30",
32+
dateLabel: "May 30",
3333
items: [
3434
{ time: "9:00 AM", event: "Working Period Begins" },
3535
{ time: "12:30 PM", event: "Lunch Break" },
@@ -41,7 +41,7 @@ const schedule: ScheduleDay[] = [
4141
},
4242
{
4343
label: "Day 3",
44-
dateLabel: "March 31",
44+
dateLabel: "May 31",
4545
items: [
4646
{ time: "8:00 AM", event: "Working Period Begins" },
4747
{ time: "12:30 PM", event: "Lunch Break" },

lib/resources-content.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const RESOURCE_SECTIONS: ResourceSection[] = [
2323
{
2424
heading: "Opening Ceremony",
2525
body: [
26-
"Day 1 (March 29) begins at 4:00 PM and runs through 8:00 PM as a full in-person kickoff with livestream support.",
26+
"Day 1 (May 29) begins at 4:00 PM and runs through 8:00 PM as a full in-person kickoff with livestream support.",
2727
"Opening Ceremony starts at 4:15 PM (30 minutes), followed by Code4Hope's Hack to Business workshop at 4:45 PM (45 minutes).",
2828
"After the workshop, participants move into team formation, dinner, and working periods through the 8:00 PM wrap-up.",
2929
],

lib/site-config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ export const SITE_CONFIG = {
22
siteName: "HackJPS",
33
designSystemName: "HackJPS",
44
year: 2026,
5-
eventDatesLabel: "March 29-31, 2026",
6-
countdownTargetIso: "2026-03-29T00:00:00-04:00",
5+
eventDatesLabel: "May 29-31, 2026",
6+
countdownTargetIso: "2026-05-29T00:00:00-04:00",
77
locationShort: "JPS",
88
locationLong: "John P. Stevens High School",
99
hackerCountLabel: "500+",

0 commit comments

Comments
 (0)