Merge branch 'master' of https://github.com/alDuncanson/marten-application into bugfix/router

This commit is contained in:
WildScotsmen 2018-12-11 17:09:43 -05:00
commit e0138753b5
1 changed files with 2 additions and 2 deletions

View File

@ -297,8 +297,8 @@ export class MapContainer extends Component {
description={<Fragment><b>Description:</b> {sighting.desc}</Fragment>}
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)
}}
/>
)