diff --git a/components/Navbar/navDrop.js b/components/Navbar/navDrop.js index 1274cc70..d1fc67a1 100644 --- a/components/Navbar/navDrop.js +++ b/components/Navbar/navDrop.js @@ -20,7 +20,7 @@ const NavDrop = forwardRef((props, ref)=> { }, [currentUrl]) return ( -
+
{links.map((link) => { return ( @@ -34,14 +34,12 @@ const NavDrop = forwardRef((props, ref)=> { > {link.subMenu ? (
-
-
{link.title}
+
+
{link.title}
-
+
{show && show === link.title && (
{link.subMenu.map((sub) => ( diff --git a/components/Navbar/navbar.js b/components/Navbar/navbar.js index cdeb1026..242ac080 100644 --- a/components/Navbar/navbar.js +++ b/components/Navbar/navbar.js @@ -69,7 +69,7 @@ function Navbar() { }; return ( -
+
@@ -86,7 +86,7 @@ function Navbar() { ) : ( - )} diff --git a/config/city-lists.json b/config/city-lists.json index 3af74914..f0649aa3 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" ], 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}