Skip to content

Commit 9613ace

Browse files
committed
fix: agenda
1 parent ec7ea56 commit 9613ace

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

app/events.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -184,22 +184,22 @@ const events: Record<string, Array<any>> = {
184184
},
185185
{
186186
start: "12:10",
187-
referenceDate: "2024-02-10T12:10:00+05:30",
188-
end: "13:20",
189-
duration: "70 mins",
190-
title: "Mentorship Round - 2/3",
191-
description: "Implementation Round",
192-
location: "Hacking Hall",
193-
},
194-
{
195-
start: "13:30",
196187
referenceDate: "2024-02-10T13:30:00+05:30",
197188
end: "",
198189
duration: "",
199190
title: "Submission Checkpoint - 2/5",
200191
description: "Submit GitHub Repo + Add Sponsor Tracks",
201192
location: "Devfolio",
202193
},
194+
{
195+
start: "12:10",
196+
referenceDate: "2024-02-10T12:10:00+05:30",
197+
end: "13:20",
198+
duration: "70 mins",
199+
title: "Mentorship Round - 2/3",
200+
description: "Implementation Round",
201+
location: "Hacking Hall",
202+
},
203203
{
204204
start: "13:30",
205205
referenceDate: "2024-02-10T13:30:00+05:30",

0 commit comments

Comments
 (0)