From b77b6dc0d121a203ba70a41c12a7b03bc7207bfe Mon Sep 17 00:00:00 2001 From: Alireza Adli Date: Thu, 12 Oct 2023 11:21:37 -0400 Subject: [PATCH] Change width and height --- 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 7206f874..9d7e6e1d 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 ( -
+
); }