File tree Expand file tree Collapse file tree 1 file changed +19
-13
lines changed Expand file tree Collapse file tree 1 file changed +19
-13
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import {IconContainer} from "../Features/Features";
1313
1414const 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 /> ,
You can’t perform that action at this time.
0 commit comments