From 6e9b09fb0cb7d1adc2b0b63a8796bcd449854daf Mon Sep 17 00:00:00 2001 From: TenzDelek Date: Thu, 14 Nov 2024 09:36:46 +0530 Subject: [PATCH 1/4] updated link --- config/city-lists.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/city-lists.json b/config/city-lists.json index 39f3df8b..39ae5046 100644 --- a/config/city-lists.json +++ b/config/city-lists.json @@ -7,7 +7,7 @@ "description": "Join us for the AsyncAPI Online Conference Edition as the community unites across the globe to share experiences, collaborate, and foster meaningful connections.", "img": "/img/testMic.webp", "address": "AsyncAPI YouTube Channel", - "map": "https://www.youtube.com/live/F9wHxd-v2f0?si=PT8BuAUKNmoLHRiM", + "map": "https://www.youtube.com/playlist?list=PLbi1gRlP7pijItMBmw9SeeyWxuEa3jLR2", "sponsors": [ "/img/apidays.png" ], From f064c4243daf449df7a3711424b51d58c717c015 Mon Sep 17 00:00:00 2001 From: TenzDelek Date: Sat, 30 Nov 2024 15:48:28 +0530 Subject: [PATCH 2/4] feat: add border to speaker image container --- components/Speaker/speaker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Speaker/speaker.js b/components/Speaker/speaker.js index 4dcee9b4..a925c625 100644 --- a/components/Speaker/speaker.js +++ b/components/Speaker/speaker.js @@ -7,7 +7,7 @@ function Speaker({details, location, className}) { className={`w-auto text-center flex flex-col items-center card h-auto rounded-md p-[27px] ${className}`} data-test="speakers-section" > -
+
{details.name}
From 9d6470d12b6d1c1fc5bade35135a96b60f40fb2c Mon Sep 17 00:00:00 2001 From: TenzDelek Date: Sat, 30 Nov 2024 15:51:28 +0530 Subject: [PATCH 3/4] remove change --- config/city-lists.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/city-lists.json b/config/city-lists.json index 9e315dcc..b49501a9 100644 --- a/config/city-lists.json +++ b/config/city-lists.json @@ -7,7 +7,7 @@ "description": "Join us for the AsyncAPI Online Conference Edition as the community unites across the globe to share experiences, collaborate, and foster meaningful connections.", "img": "/img/testMic.webp", "address": "AsyncAPI YouTube Channel", - "map": "https://www.youtube.com/playlist?list=PLbi1gRlP7pijItMBmw9SeeyWxuEa3jLR2", + "map": "https://www.youtube.com/live/F9wHxd-v2f0?si=PT8BuAUKNmoLHRiM", "sponsors": [ "/img/apidays.png" ], From e032169fab909d8d28fd4ccb88cb0e90b98d43a7 Mon Sep 17 00:00:00 2001 From: TenzDelek Date: Sat, 30 Nov 2024 16:01:48 +0530 Subject: [PATCH 4/4] fix: update border class for speaker image container --- components/Speaker/speaker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Speaker/speaker.js b/components/Speaker/speaker.js index a925c625..8e8aa069 100644 --- a/components/Speaker/speaker.js +++ b/components/Speaker/speaker.js @@ -7,7 +7,7 @@ function Speaker({details, location, className}) { className={`w-auto text-center flex flex-col items-center card h-auto rounded-md p-[27px] ${className}`} data-test="speakers-section" > -
+
{details.name}