diff --git a/src/pages/2024/barcelona/agenda/print.astro b/src/pages/2024/barcelona/agenda/print.astro index c78278fd..eb8b6767 100644 --- a/src/pages/2024/barcelona/agenda/print.astro +++ b/src/pages/2024/barcelona/agenda/print.astro @@ -25,22 +25,25 @@ import { Debug } from 'astro:components'; -
-
-

- Nextflow Summit 2024 Barcelona - Agenda -

+
+
+
+

Join us in Barcelona

+
+ This premier event brings together leading experts, innovators, and + researchers to showcase the latest breakthroughs in workflow management. +
-
+
-
+
Subscribe to calendar: Google Calendar
- {schedule['barcelona'].map(item => ( -
-

{`${weekday(item.date)}, ${prettyDate(item.date, false)}`}

+
+
+
+ {schedule['barcelona'].map(item => + + )} +
+
+
+ {schedule['barcelona'].map(item => +
+

{`${weekday(item.date)}, ${prettyDate(item.date, false)}`}

{item.timeSlots.map((slot, key) => (
@@ -83,12 +97,13 @@ import { Debug } from 'astro:components';
))}
- ))} + )}
+