Skip to content

Commit 3099e50

Browse files
Update welcome.tsx
1 parent d7fe94d commit 3099e50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/welcome.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ const Welcome: VFC = () => {
1616
const courseDateStart = new Date(`${currentDate.getFullYear()}/5/11`)
1717
const courseDateEnd = new Date(`${currentDate.getFullYear()}/7/31`)
1818
const coueseWeek = ['月', '水']
19-
const workshopDate = '2024/4/16(火)'
20-
const coursePlace = 'OIC H221教室'
21-
const courseTime = '16:20〜17:05'
19+
const workshopDate = '2025/4/7(金)'
20+
const coursePlace = 'OIC H234教室'
21+
const courseTime = '16:40〜18:15'
2222

2323
const isCourceOpen: boolean = courseDateStart < currentDate && currentDate < courseDateEnd
2424
return (

0 commit comments

Comments
 (0)