From 5edfb2d48a993f54deb453143ddd958ab5549e90 Mon Sep 17 00:00:00 2001 From: Alireza Adli Date: Thu, 5 Oct 2023 13:39:06 -0400 Subject: [PATCH] Enlarge the map by changing width (px was %) and height values-4 --- 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 0862c5c2..db5d7837 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 ( -
+
); }