Skip to content

Commit da1e89e

Browse files
committedOct 24, 2024
changed crosshair icon to blue marker icon
1 parent 41ef64d commit da1e89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/components/shared/map/Map.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ const Map = ({
277277
}
278278
}, [position, map, initialLocationSet]);
279279

280-
return center === null ? null : <Marker position={center} icon={crosshairIcon} />;
280+
return center === null ? null : <Marker position={center} />;
281281
}
282282

283283
// Define map boundaries

0 commit comments

Comments
 (0)
Please sign in to comment.