From f5dbf18c9dd168aad73be0d58e6ba21063179db4 Mon Sep 17 00:00:00 2001 From: DDjohnson21 Date: Sat, 27 Sep 2025 13:11:28 -0400 Subject: [PATCH] Made the red waymarker blue --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index f6e68f0..4430d4f 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -29,7 +29,7 @@ const MapWrapper = styled.div` const customIcon = new Icon({ iconUrl: - "https://raw.githubusercontent.com/pointhi/leaflet-color-markers/master/img/marker-icon-2x-red.png", + "https://raw.githubusercontent.com/pointhi/leaflet-color-markers/master/img/marker-icon-2x-blue.png", shadowUrl: "https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.7/images/marker-shadow.png", iconSize: [25, 41],