From e5cc456d6b4fb2e4affbf4b877be5964b1f8e30d Mon Sep 17 00:00:00 2001 From: Alireza Adli Date: Thu, 5 Oct 2023 13:33:17 -0400 Subject: [PATCH] Enlarge the map by changing width and height values --- 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 89b199e5..6f09eba3 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 ( -
+
); }