From 71dc5bb1a710a5a02819f9c19c8fb13c0af34e81 Mon Sep 17 00:00:00 2001 From: Alireza Adli Date: Thu, 5 Oct 2023 13:35:14 -0400 Subject: [PATCH] Enlarge the map by changing the height value --- app/src/frontend/map/layers/city-base-map-layer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/frontend/map/layers/city-base-map-layer.tsx b/app/src/frontend/map/layers/city-base-map-layer.tsx index 6f09eba3..088d1b73 100644 --- a/app/src/frontend/map/layers/city-base-map-layer.tsx +++ b/app/src/frontend/map/layers/city-base-map-layer.tsx @@ -23,7 +23,7 @@ export function CityMap() { }, []); return ( -
+
); }