From b3021e8094a3ac13acfe4ca07ca26d569ce669d4 Mon Sep 17 00:00:00 2001 From: Gaurav Saini Date: Fri, 17 Jan 2025 18:30:23 +0530 Subject: [PATCH] improve landing and venue pages Signed-off-by: Gourav --- components/Header/header.js | 6 +++--- pages/venue/[id].js | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/components/Header/header.js b/components/Header/header.js index dc651469..4a5787bc 100644 --- a/components/Header/header.js +++ b/components/Header/header.js @@ -13,9 +13,9 @@ function Header() { const isMobile = useMediaQuery({ maxWidth: '590px' }); return (
-
-
-
+
+
+
diff --git a/pages/venue/[id].js b/pages/venue/[id].js index 385725c0..62bd2afa 100644 --- a/pages/venue/[id].js +++ b/pages/venue/[id].js @@ -41,9 +41,9 @@ function Venue({ city }) { return (
-
+
-
+
{city.name == 'Online' ? {city.name} {city.country} :