Skip to content

Commit 4ed923b

Browse files
committed
fix wednesday schedule
1 parent 0813f4e commit 4ed923b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/components/timetable/Wednesday.astro

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,19 +69,19 @@ import {breaks, main, secondary, tertiary} from "./data.ts";
6969
room={tertiary}
7070
/>
7171
<Item
72-
talk="apiraino"
72+
talk="errs"
7373
color="red"
7474
track={3}
75-
time="10:45"
76-
duration={15}
75+
time="9:40"
76+
duration={60}
7777
room={tertiary}
7878
/>
7979
<Item
80-
talk="errs"
80+
talk="apiraino"
8181
color="red"
8282
track={3}
83-
time="9:40"
84-
duration={60}
83+
time="10:45"
84+
duration={15}
8585
room={tertiary}
8686
/>
8787
<Divider start="11:00" end="11:40"> Break </Divider>

0 commit comments

Comments
 (0)