Skip to content

Commit a5d5cc7

Browse files
authored
update page.tsx
1 parent f515e1d commit a5d5cc7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

app/schedule/page.tsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,6 @@ type sessionMappingType = {
1616
};
1717

1818
const sessionMapping: sessionMappingType[] = [
19-
{
20-
title: "Super-Charge your Hack with Web APIs",
21-
name: "Karl Lingiah",
22-
date: new Date("2024-01-23T16:00:00"),
23-
displayDate: "Jan 23, 2024 · 16:00",
24-
platformImage: "/assets/icons/youtube.svg",
25-
link: "https://www.youtube.com/watch?v=hmvmoBdCOZc",
26-
image: `/assets/humans/speakers/karl.jpeg`,
27-
},
2819
{
2920
title: "Getting started with Microservices Architecture & Conductor",
3021
name: "Saksham Solanki",
@@ -115,6 +106,15 @@ const sessionMapping: sessionMappingType[] = [
115106
link: "https://www.youtube.com/watch?v=CznWuXygvlM",
116107
image: `/assets/humans/speakers/abdul.png`,
117108
},
109+
{
110+
title: "Super-Charge your Hack with Web APIs",
111+
name: "Karl Lingiah",
112+
date: new Date("2024-01-23T16:00:00"),
113+
displayDate: "Jan 23, 2024 · 16:00",
114+
platformImage: "/assets/icons/youtube.svg",
115+
link: "https://www.youtube.com/watch?v=hmvmoBdCOZc",
116+
image: `/assets/humans/speakers/karl.jpeg`,
117+
},
118118
];
119119

120120
const Schedule = () => {

0 commit comments

Comments
 (0)