From eb02d376df0f99f6d88923803685214361f19650 Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Mon, 3 Feb 2025 10:16:53 +0000 Subject: [PATCH] fix custom marker icon in Layer component --- src/Components/Map/Layer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Map/Layer.tsx b/src/Components/Map/Layer.tsx index c15987ef..0ce40aef 100644 --- a/src/Components/Map/Layer.tsx +++ b/src/Components/Map/Layer.tsx @@ -40,7 +40,7 @@ export const Layer = ({ menuIcon = 'MapPinIcon', menuText = 'add new place', menuColor = '#2E7D32', - markerIcon = 'circle-solid', + markerIcon = 'point', markerShape = 'circle', markerDefaultColor = '#777', markerDefaultColor2 = 'RGBA(35, 31, 32, 0.2)',