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)',