diff --git a/components/Agenda/agenda.js b/components/Agenda/agenda.js index 6790c0c7..45028071 100644 --- a/components/Agenda/agenda.js +++ b/components/Agenda/agenda.js @@ -28,7 +28,7 @@ function Agenda({ city }) {
{city.agenda.map((talk) => { - return
+ return
{talk.time} diff --git a/config/city-lists.json b/config/city-lists.json index 39f3df8b..b49501a9 100644 --- a/config/city-lists.json +++ b/config/city-lists.json @@ -13,7 +13,9 @@ ], "ticket": false, "isFree": true, - "ended": true + "ended": true, + "recordings": "https://www.youtube.com/playlist?list=PLbi1gRlP7pijItMBmw9SeeyWxuEa3jLR2", + "playlist": "https://www.youtube.com/embed/videoseries?list=PLbi1gRlP7pijItMBmw9SeeyWxuEa3jLR2" }, {