We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7fe94d commit 3099e50Copy full SHA for 3099e50
pages/welcome.tsx
@@ -16,9 +16,9 @@ const Welcome: VFC = () => {
16
const courseDateStart = new Date(`${currentDate.getFullYear()}/5/11`)
17
const courseDateEnd = new Date(`${currentDate.getFullYear()}/7/31`)
18
const coueseWeek = ['月', '水']
19
- const workshopDate = '2024/4/16(火)'
20
- const coursePlace = 'OIC H221教室'
21
- const courseTime = '16:20〜17:05'
+ const workshopDate = '2025/4/7(金)'
+ const coursePlace = 'OIC H234教室'
+ const courseTime = '16:40〜18:15'
22
23
const isCourceOpen: boolean = courseDateStart < currentDate && currentDate < courseDateEnd
24
return (
0 commit comments