diff --git a/components/MapComponent.js b/components/MapComponent.js index b86095a50..da389dd41 100644 --- a/components/MapComponent.js +++ b/components/MapComponent.js @@ -619,8 +619,8 @@ const MapComponent = ({ locations, onLocationUpdate }) => { const { latitude, longitude } = parsePoint(location.position); const marker = L.marker([latitude, longitude], { icon: L.icon({ - iconUrl: "/location.svg", - iconSize: [34, 34], + iconUrl: "/img/icons/green-marker-icon.png", + iconSize: [24, 34], iconAnchor: [17, 34], popupAnchor: [0, -34], }),