From fa25c2d51175969a88c275e53f8e00dab3520e85 Mon Sep 17 00:00:00 2001 From: Ankur Singh <98346896+ankur0904@users.noreply.github.com> Date: Mon, 25 Sep 2023 16:25:25 +0530 Subject: [PATCH] fix: fixed apply as a speaker button in Paris Conference page (#197) * fix: Apply as a speaker button * Make changes as suggested * Remove console.log * Adds target tag * fix build error --- pages/index.js | 8 +++++--- pages/venue/[id].js | 9 ++++++--- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/pages/index.js b/pages/index.js index dd21dceb..b3813289 100644 --- a/pages/index.js +++ b/pages/index.js @@ -153,9 +153,11 @@ export default function Home() { us on stage and share your valuable insights with our enthusiastic audience! - + + + )} diff --git a/pages/venue/[id].js b/pages/venue/[id].js index 7f660881..c7fd8166 100644 --- a/pages/venue/[id].js +++ b/pages/venue/[id].js @@ -50,6 +50,7 @@ export async function getStaticPaths() { function Venue({ city }) { const router = useRouter(); const [active, setActive] = useState(tabs[0].title); + console.log(city.name); return (