From 36dd5112bf372ec6c2c605704402bbdf42c3be96 Mon Sep 17 00:00:00 2001 From: zaidmukaddam Date: Wed, 6 Nov 2024 20:38:02 +0530 Subject: [PATCH] Add margin-top to MapComponent for improved layout --- components/map-components.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/map-components.tsx b/components/map-components.tsx index 907b6e4..364a975 100644 --- a/components/map-components.tsx +++ b/components/map-components.tsx @@ -88,7 +88,7 @@ const MapComponent = ({ center, places = [], zoom = 14 }: MapProps) => { }, [places]); return ( -
+
);