Skip to content

Commit

Permalink
Move the geolocate button into the top left corner
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrucs committed Aug 1, 2023
1 parent 7f4ab40 commit 96f992a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default function SearchMap() {
strings: {
title: t('geolocate'),
},
position: 'bottomright',
position: 'topleft',
})
.addTo(event.target);
};
Expand Down

0 comments on commit 96f992a

Please sign in to comment.