Skip to content

Commit 983de0a

Browse files
committed
2nd podcast
1 parent 4ed923b commit 983de0a

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

src/components/timetable/Tuesday.astro

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -285,11 +285,7 @@ import { breaks, main, secondary, tertiary, quaternary } from "./data.ts";
285285
room={secondary}
286286
/>
287287
<MultiItem
288-
talks={[
289-
"michal2",
290-
"nadri",
291-
"josh",
292-
]}
288+
talks={["michal2", "nadri", "josh"]}
293289
color="blue"
294290
track={2}
295291
time="17:05"
@@ -307,19 +303,20 @@ import { breaks, main, secondary, tertiary, quaternary } from "./data.ts";
307303
color="purple"
308304
track={3}
309305
time="16:20"
310-
duration={35}
306+
duration={45}
311307
room={tertiary}
312308
/>
313-
<!--
314309
<Item
315-
title="..."
310+
title="Live Recording 'Accessibility and Rust'"
311+
speakers={[
312+
{ name: "Luuk van der Duim", image: "empty.png" },
313+
{ name: "Matt Campbell", image: "matt-campbell.jpg" },
314+
]}
316315
color="purple"
317316
track={3}
318317
time="17:05"
319318
duration={35}
320319
room={tertiary}
321-
striped
322320
/>
323-
-->
324321
<Divider start="17:40" end="19:00"> Drinks </Divider>
325322
</Timetable>

0 commit comments

Comments
 (0)