Skip to content

Commit 6d64274

Browse files
authored
Merge pull request #150 from HackHPI/feature/fix-timeplan
Updated TimeTable
2 parents 4342e30 + 9052f8e commit 6d64274

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/components/TimeTable/TimeTable.jsx

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

1414
const dayOne = [
1515
{
16-
time: "08:00 - 09:00",
16+
time: "09:10 - 11:00",
1717
icon: <ConfirmationNumber/>,
1818
title: "Check-In",
1919
person: "",
2020
},
2121
{
22-
time: "09:00 - 10:00",
22+
time: "09:30 - 11:00",
2323
icon: <Restaurant/>,
2424
title: "Breakfast & Get to know each other",
2525
person: "",
2626
},
2727
{
28-
time: "10:00 - 11:00",
28+
time: "11:00 - 12:00",
2929
icon: <Campaign/>,
3030
title: "Introduction & Speakers",
3131
person: "",
3232
},
3333
{
34-
time: "11:00 - 12:00",
34+
time: "12:00 - 13:00",
3535
icon: <EmojiObjects/>,
3636
title: "Challenge Input Sessions",
3737
person: "",
3838
},
3939
{
40-
time: "12:00 - 13:00",
40+
time: "13:00 - 14:00",
4141
icon: <Restaurant/>,
4242
title: "Lunch",
4343
person: "",
4444
},
4545
{
46-
time: "13:00 - 18:00",
46+
time: "14:00 - 18:00",
4747
icon: <EmojiObjects/>,
4848
title: "Idea-Workshop",
4949
person: "optional",
5050
},
5151
{
52-
time: "13:00 - 13:00 next day (Continuously)",
52+
time: "14:00 - 13:00 next day (Continuously)",
5353
icon: <PlayArrow/>,
5454
title: "Start Hacking Time",
5555
person: "",

0 commit comments

Comments
 (0)