Skip to content

Commit

Permalink
Fixed TimeTable
Browse files Browse the repository at this point in the history
  • Loading branch information
DerCed committed Mar 28, 2024
1 parent 4342e30 commit b7540a9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/components/TimeTable/TimeTable.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,43 +13,43 @@ import {IconContainer} from "../Features/Features";

const dayOne = [
{
time: "08:00 - 09:00",
time: "08:00 - 09:30",
icon: <ConfirmationNumber/>,
title: "Check-In",
person: "",
},
{
time: "09:00 - 10:00",
time: "09:30 - 11:00",
icon: <Restaurant/>,
title: "Breakfast & Get to know each other",
person: "",
},
{
time: "10:00 - 11:00",
time: "11:00 - 12:00",
icon: <Campaign/>,
title: "Introduction & Speakers",
person: "",
},
{
time: "11:00 - 12:00",
time: "12:00 - 13:00",
icon: <EmojiObjects/>,
title: "Challenge Input Sessions",
person: "",
},
{
time: "12:00 - 13:00",
time: "12:00 - 14:00",
icon: <Restaurant/>,
title: "Lunch",
person: "",
},
{
time: "13:00 - 18:00",
time: "14:00 - 18:00",
icon: <EmojiObjects/>,
title: "Idea-Workshop",
person: "optional",
},
{
time: "13:00 - 13:00 next day (Continuously)",
time: "14:00 - 13:00 next day (Continuously)",
icon: <PlayArrow/>,
title: "Start Hacking Time",
person: "",
Expand Down

0 comments on commit b7540a9

Please sign in to comment.