From 7db05746527f41a7ab81b1db5a5f698d48c4469a Mon Sep 17 00:00:00 2001 From: Akeko Date: Wed, 13 Mar 2024 11:52:31 +0100 Subject: [PATCH] Update Map.tsx --- client/src/components/map/Map.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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], });