Skip to content

Commit 68f3e02

Browse files
authored
Update event details for OmniCTF 2026
1 parent 75d0db5 commit 68f3e02

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

app/Main.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ type Post = {
1919

2020
const EVENT = {
2121
name: 'OmniCTF 2026',
22-
format: '??????',
23-
durationLabel: '?? hours',
24-
dateLabel: '?????? ????',
25-
timeLabel: '??:?? ????:?? ??',
22+
format: 'Online',
23+
durationLabel: '48 hours',
24+
dateLabel: '17th - 19th July',
25+
timeLabel: '15:00 PM15:00 PM UTC',
2626
mode: 'preparing' as 'preparing' | 'countdown',
27-
countdownTargetIso: '2025-10-18T06:30:00.000Z',
27+
countdownTargetIso: '2026-07-17T15:00:00.000Z',
2828
}
2929

3030
const LINKS = {

0 commit comments

Comments
 (0)