Skip to content

Commit

Permalink
Merge pull request #219 from christsjcr/main
Browse files Browse the repository at this point in the history
Adjusted end date for freshers week
  • Loading branch information
rachleona authored Sep 27, 2024
2 parents 1cd7290 + 49f101d commit 20a6adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/get-involved/freshers/freshers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ export const calendarDetails = [
}
];
export const startDate = new Date(Date.UTC(2024, 8, 25));
export const endDate = new Date(Date.UTC(2024, 9, 10));
export const endDate = new Date(Date.UTC(2024, 9, 13));

0 comments on commit 20a6adb

Please sign in to comment.