From 962877177cb90c494529113065f28bb207876343 Mon Sep 17 00:00:00 2001 From: Alireza Adli Date: Thu, 19 Oct 2023 15:39:13 -0400 Subject: [PATCH] Make header.css and map.css relative --- 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 8cd3f1af..0d99c9c9 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 ( -
+
); }