Skip to content

Commit c51952d

Browse files
Update marker anchor and styling in map component (#273)
1 parent 59809cb commit c51952d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/map/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -760,6 +760,7 @@ export const MapComponent = () => {
760760
{isoLocationsGeoJSON && <IsochroneLocations data={isoLocationsGeoJSON} />}
761761
{markers.map((marker) => (
762762
<Marker
763+
anchor="bottom"
763764
key={marker.id}
764765
longitude={marker.lng}
765766
latitude={marker.lat}

0 commit comments

Comments
 (0)