@@ -86,7 +86,7 @@ function Navbar() {
) : (
-
-
{city.date}
-
{eventEnded ? "ENDED" : ""}
+
{city.date}
+
{eventStatus}
diff --git a/config/city-lists.json b/config/city-lists.json
index b49501a9..01393c12 100644
--- a/config/city-lists.json
+++ b/config/city-lists.json
@@ -2,12 +2,12 @@
{
"name": "Online",
"country": " Edition",
- "date": "30th October 2024",
+ "date": "October 30, 2024",
"cfpdate":"Not announced yet",
"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"
],
@@ -21,7 +21,7 @@
{
"name": "Helsinki",
"country": "Finland",
- "date": "May 29 2024",
+ "date": "May 29, 2024",
"cfpdate":"Not announced yet",
"description": "Join us in Helsinki for the AsyncAPI Conference, where we will explore all things AsyncAPI and connect physical and digital worlds. Get excited as we delve into sustainable APIs for the Era of AI, Data Platforms, and Quantum Computing!.",
"img": "/img/finland.webp",
@@ -67,6 +67,6 @@
"ticket": "https://ticket.apidays.global/event/apidays-paris-2024/f8f61349-4f78-4bba-a162-68d598833116/cart?coupon=ASYNCAPICONF",
"isFree": true,
"cfp": false,
- "ended": false
+ "ended": true
}
]
diff --git a/config/links.json b/config/links.json
index 85600d7c..8f896f9f 100644
--- a/config/links.json
+++ b/config/links.json
@@ -65,10 +65,15 @@
"title": "Online Conf Slides",
"ref": "https://drive.google.com/drive/folders/1gw_kr6mLX5lITe_DHG94pGUOVYYS0DjY?usp=drive_link",
"target": "_blank"
+ },
+ {
+ "title": "Paris Slides",
+ "ref": "https://drive.google.com/drive/folders/1MBqecV7Q__tLIciF2vaPvwG5gV4RxcI_?usp=drive_link",
+ "target": "_blank"
}
]
}
-]
\ No newline at end of file
+]
diff --git a/package-lock.json b/package-lock.json
index ce81cfb1..ec36abc8 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -5270,14 +5270,15 @@
}
},
"node_modules/nanoid": {
- "version": "3.3.7",
+ "version": "3.3.8",
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz",
+ "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/ai"
}
],
- "license": "MIT",
"bin": {
"nanoid": "bin/nanoid.cjs"
},
diff --git a/pages/venue/[id].js b/pages/venue/[id].js
index ef15092d..8ed0a255 100644
--- a/pages/venue/[id].js
+++ b/pages/venue/[id].js
@@ -53,7 +53,7 @@ function Venue({ city }) {
{city.description}
-
+
{city.address}