Skip to content

Commit 1f928be

Browse files
committed
Updated schedule
1 parent bdd81ea commit 1f928be

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

src/components/TimeTable/TimeTable.jsx

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {IconContainer} from "../Features/Features";
1313

1414
const dayOne = [
1515
{
16-
time: "09:10 - 11:00",
16+
time: "09:00 - 11:00",
1717
icon: <ConfirmationNumber/>,
1818
title: "Check-In",
1919
person: "",
@@ -42,18 +42,30 @@ const dayOne = [
4242
title: "Lunch",
4343
person: "",
4444
},
45-
{
46-
time: "14:00 - 18:00",
47-
icon: <EmojiObjects/>,
48-
title: "Idea-Workshop",
49-
person: "optional",
50-
},
5145
{
5246
time: "14:00 - 13:00 next day (Continuously)",
5347
icon: <PlayArrow/>,
5448
title: "Start Hacking Time",
5549
person: "",
5650
},
51+
{
52+
time: "14:00 - 14:30",
53+
icon: <EmojiObjects/>,
54+
title: "Starwit Challenge Workshop",
55+
person: "optional",
56+
},
57+
{
58+
time: "16:00 - 16:30",
59+
icon: <EmojiObjects/>,
60+
title: "AI Workshop by Axel Springer",
61+
person: "optional",
62+
},
63+
{
64+
time: "18:30 - 19:00",
65+
icon: <EmojiObjects/>,
66+
title: "Pitch Workshop by Axel Springer",
67+
person: "optional",
68+
},
5769
{
5870
time: "18:00 - 19:00",
5971
icon: <Restaurant/>,
@@ -69,12 +81,6 @@ const dayTwo = [
6981
title: "Breakfast",
7082
person: "",
7183
},
72-
{
73-
time: "09:00 - 10:00",
74-
icon: <EmojiObjects/>,
75-
title: "Pitch-Workshop",
76-
person: "optional",
77-
},
7884
{
7985
time: "13:00",
8086
icon: <Stop/>,

0 commit comments

Comments
 (0)