From 1e05e0e0677b57b4b3a82535f7a7dcc68794e590 Mon Sep 17 00:00:00 2001 From: LunakisDev <71980142+LunakisDev@users.noreply.github.com> Date: Fri, 8 Nov 2024 12:53:30 +0200 Subject: [PATCH] Update src/pages/map/index.tsx Co-authored-by: Nathan Innes --- src/pages/map/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/map/index.tsx b/src/pages/map/index.tsx index 483cdd3a..dd67184f 100644 --- a/src/pages/map/index.tsx +++ b/src/pages/map/index.tsx @@ -6,8 +6,8 @@ import Section from '../../components/Utils/Section'; const LeafletMap = dynamic(() => import('../../components/Map/Map'), { ssr: false }); const Map: NextPage = () => ( -
- +
+
);