Skip to content

Commit 9052f8e

Browse files
committed
Minor fixes
1 parent b7540a9 commit 9052f8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/TimeTable/TimeTable.jsx

Lines changed: 2 additions & 2 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: "08:00 - 09:30",
16+
time: "09:10 - 11:00",
1717
icon: <ConfirmationNumber/>,
1818
title: "Check-In",
1919
person: "",
@@ -37,7 +37,7 @@ const dayOne = [
3737
person: "",
3838
},
3939
{
40-
time: "12:00 - 14:00",
40+
time: "13:00 - 14:00",
4141
icon: <Restaurant/>,
4242
title: "Lunch",
4343
person: "",

0 commit comments

Comments
 (0)