diff --git a/src/components/SightingMap.js b/src/components/SightingMap.js index ebe21cd..abc06b8 100644 --- a/src/components/SightingMap.js +++ b/src/components/SightingMap.js @@ -297,8 +297,8 @@ export class MapContainer extends Component { description={Description: {sighting.desc}} icon={{ url: pinIcon, - anchor: new google.maps.Point(48,48), - scaledSize: new google.maps.Size(48,48) + anchor: new google.maps.Point(32,32), + scaledSize: new google.maps.Size(32,32) }} /> )