{day.label}
@@ -83,7 +87,7 @@ const { schedule, asTabs = false } = Astro.props; {day.moderator &&{day.moderator}
}-
- {day.items.map((item) => (
+ {day.items.map((item, itemIndex) => (
-
@@ -96,6 +100,9 @@ const { schedule, asTabs = false } = Astro.props; {item.links.map((link) => {link.label})})} + {item.notes && ( +
+ )}