Skip to content

Commit

Permalink
Update sessions.ts (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeherron authored Feb 23, 2024
1 parent db21ec8 commit 2bd6079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/sessions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ export const SESSIONS: Session[] = [
];

// Month to display for upcoming session. Use 7 for July, 8 for Aug, etc
export const UPCOMING_SESSION_MONTH = 2 + 1;
export const UPCOMING_SESSION_MONTH = 1 + 2;

0 comments on commit 2bd6079

Please sign in to comment.