From b82661bbe67e2fa397f157c7342ad8cb6a4b5d12 Mon Sep 17 00:00:00 2001 From: Manan Arora Date: Wed, 27 Nov 2024 14:03:25 +0530 Subject: [PATCH 1/2] feat: Replace Online venue header with conference recordings (#472) Co-authored-by: V Thulisile Sibanda <66913810+thulieblack@users.noreply.github.com> --- config/city-lists.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" }, { From e244ad960ff61ca6b6e23ee3c4455ef8bc09ebd4 Mon Sep 17 00:00:00 2001 From: Sahil Dahekar Date: Wed, 27 Nov 2024 14:13:42 +0530 Subject: [PATCH 2/2] Changed div key from talk.session to talk.time (#459) Co-authored-by: Ashmit Jagtap --- components/Agenda/agenda.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}