Skip to content

Commit 8bfbcb9

Browse files
Merge pull request #33 from IEEEUCSC/dev/ecertificate
fix(timeline): update dates and times
2 parents 7d99385 + 4e5eeea commit 8bfbcb9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

libs/data.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,16 @@ export const timelineItems: TimelineItem[] = [
5959
time: "00:00 IST",
6060
},
6161
{
62-
date: { day: "TBA", month: "" },
62+
date: { day: "08", month: "June" },
6363
header: "Final Round Awareness Session",
6464
content: " ",
65-
time: "00:00 IST",
65+
time: "19:00 IST",
6666
},
6767
{
68-
date: { day: "TBA", month: "" },
68+
date: { day: "09", month: "June" },
6969
header: "Final Round",
7070
content: "Physical CTF Hackathon",
71-
time: "00:00 IST",
71+
time: "09:00 IST",
7272
},
7373
];
7474

0 commit comments

Comments
 (0)