Skip to content

Commit

Permalink
refactor(client): Allow more horizontal movement on the map
Browse files Browse the repository at this point in the history
  • Loading branch information
clementprdhomme committed Nov 22, 2024
1 parent 65263f9 commit 668cabd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/map/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const DEFAULT_BOUNDS: [LngLatLike, LngLatLike] = [

export const DESKTOP_MAX_BOUNDS: [LngLatLike, LngLatLike] = [
[14, 1],
[44, 15],
[52, 15],
];

export const MOBILE_MAX_BOUNDS: [LngLatLike, LngLatLike] = [
Expand Down

0 comments on commit 668cabd

Please sign in to comment.