diff options
| author | copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> | 2025-11-06 22:52:02 +0000 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-11-07 10:47:20 +0100 |
| commit | ee77f38cdb324cbcf12518490df77fc9e6b89282 (patch) | |
| tree | 407f64a434291e1e375e6a1ccb55f59fa886a1ef /src/frontend/app/data/RegionConfig.ts | |
| parent | e51cdd89afc08274ca622e18b8127feca29e90a3 (diff) | |
Improve gallery scroll indicators and format code
Co-authored-by: arielcostas <94913521+arielcostas@users.noreply.github.com>
Diffstat (limited to 'src/frontend/app/data/RegionConfig.ts')
| -rw-r--r-- | src/frontend/app/data/RegionConfig.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/frontend/app/data/RegionConfig.ts b/src/frontend/app/data/RegionConfig.ts index c3786ba..08d915f 100644 --- a/src/frontend/app/data/RegionConfig.ts +++ b/src/frontend/app/data/RegionConfig.ts @@ -26,7 +26,7 @@ export const REGIONS: Record<RegionId, RegionConfig> = { defaultCenter: [42.229188855975046, -8.72246955783102], bounds: { sw: [-8.951059, 42.098923], - ne: [-8.447748, 42.3496] + ne: [-8.447748, 42.3496], }, textColour: "#e72b37", defaultZoom: 14, @@ -41,7 +41,7 @@ export const REGIONS: Record<RegionId, RegionConfig> = { defaultCenter: [42.8782, -8.5448], bounds: { sw: [-8.884454, 42.719102], - ne: [-8.243814, 43.02205] + ne: [-8.243814, 43.02205], }, textColour: "#6bb238", defaultZoom: 14, |
