From 439d7da74a577ee586dae46761e1d1e69849067b Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Fri, 7 Nov 2025 10:44:29 +0100 Subject: Refactor StopGallery and StopGalleryItem components for improved layout and item display; update StopList to switch recent and favourite stops display order. --- src/frontend/app/routes/map.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/frontend/app/routes/map.tsx') diff --git a/src/frontend/app/routes/map.tsx b/src/frontend/app/routes/map.tsx index d3288e9..e8b3cf3 100644 --- a/src/frontend/app/routes/map.tsx +++ b/src/frontend/app/routes/map.tsx @@ -144,7 +144,7 @@ export default function StopMap() { longitude: getLongitude(mapState.center), zoom: mapState.zoom, }} - attributionControl={false} + attributionControl={{compact: false}} maxBounds={ REGIONS[region].bounds ? [REGIONS[region].bounds!.sw, REGIONS[region].bounds!.ne] @@ -153,7 +153,6 @@ export default function StopMap() { > -