From b7540a96d3f0241f0d167bb0f9dcad70743746e7 Mon Sep 17 00:00:00 2001 From: Cedric Rische Date: Thu, 28 Mar 2024 16:41:09 +0100 Subject: [PATCH 1/2] Fixed TimeTable --- src/components/TimeTable/TimeTable.jsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/TimeTable/TimeTable.jsx b/src/components/TimeTable/TimeTable.jsx index 80b6381..e3823c1 100644 --- a/src/components/TimeTable/TimeTable.jsx +++ b/src/components/TimeTable/TimeTable.jsx @@ -13,43 +13,43 @@ import {IconContainer} from "../Features/Features"; const dayOne = [ { - time: "08:00 - 09:00", + time: "08:00 - 09:30", icon: , title: "Check-In", person: "", }, { - time: "09:00 - 10:00", + time: "09:30 - 11:00", icon: , title: "Breakfast & Get to know each other", person: "", }, { - time: "10:00 - 11:00", + time: "11:00 - 12:00", icon: , title: "Introduction & Speakers", person: "", }, { - time: "11:00 - 12:00", + time: "12:00 - 13:00", icon: , title: "Challenge Input Sessions", person: "", }, { - time: "12:00 - 13:00", + time: "12:00 - 14:00", icon: , title: "Lunch", person: "", }, { - time: "13:00 - 18:00", + time: "14:00 - 18:00", icon: , title: "Idea-Workshop", person: "optional", }, { - time: "13:00 - 13:00 next day (Continuously)", + time: "14:00 - 13:00 next day (Continuously)", icon: , title: "Start Hacking Time", person: "", From 9052f8eb6a7f907a80c977137e751399d6e5ab6b Mon Sep 17 00:00:00 2001 From: Cedric Rische Date: Thu, 28 Mar 2024 17:40:10 +0100 Subject: [PATCH 2/2] Minor fixes --- src/components/TimeTable/TimeTable.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/TimeTable/TimeTable.jsx b/src/components/TimeTable/TimeTable.jsx index e3823c1..25b1076 100644 --- a/src/components/TimeTable/TimeTable.jsx +++ b/src/components/TimeTable/TimeTable.jsx @@ -13,7 +13,7 @@ import {IconContainer} from "../Features/Features"; const dayOne = [ { - time: "08:00 - 09:30", + time: "09:10 - 11:00", icon: , title: "Check-In", person: "", @@ -37,7 +37,7 @@ const dayOne = [ person: "", }, { - time: "12:00 - 14:00", + time: "13:00 - 14:00", icon: , title: "Lunch", person: "",