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 75d0db5 commit 68f3e02Copy full SHA for 68f3e02
1 file changed
app/Main.tsx
@@ -19,12 +19,12 @@ type Post = {
19
20
const EVENT = {
21
name: 'OmniCTF 2026',
22
- format: '??????',
23
- durationLabel: '?? hours',
24
- dateLabel: '?????? ????',
25
- timeLabel: '??:?? ?? – ??:?? ??',
+ format: 'Online',
+ durationLabel: '48 hours',
+ dateLabel: '17th - 19th July',
+ timeLabel: '15:00 PM – 15:00 PM UTC',
26
mode: 'preparing' as 'preparing' | 'countdown',
27
- countdownTargetIso: '2025-10-18T06:30:00.000Z',
+ countdownTargetIso: '2026-07-17T15:00:00.000Z',
28
}
29
30
const LINKS = {
0 commit comments