diff --git a/client/src/components/map/Map.tsx b/client/src/components/map/Map.tsx index b39a060..da3c9f1 100644 --- a/client/src/components/map/Map.tsx +++ b/client/src/components/map/Map.tsx @@ -27,7 +27,7 @@ const Map = ({ }); const customIconGhost = new Icon({ - iconUrl: "/assets/img/map/pin.svg", + iconUrl: "/assets/img/map/pin-ghost.svg", iconSize: [40, 40], });