Skip to content

Commit da02e80

Browse files
committed
update default semester to 2568/2
1 parent d865473 commit da02e80

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/wise-gorillas-happen.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'web': patch
3+
---
4+
5+
update default semester to 2568/2

apps/web/src/common/constants/terms.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ export const termOptions: TermOption[] = [
2222
{ academicYear: '2564', semester: '1', label: '2564/1' },
2323
]
2424

25-
export const tempHardCodedCurrentTerm = termOptions[2] // 2568/1
25+
export const tempHardCodedCurrentTerm = termOptions[1] // 2568/2

0 commit comments

Comments
 (0)