Skip to content

Commit

Permalink
Adjusted end date for freshers week
Browse files Browse the repository at this point in the history
  • Loading branch information
rachleona committed Sep 27, 2024
1 parent 719d3af commit 49f101d
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 49f101d

Please sign in to comment.