diff --git a/web/src/components/dashboard/GoogleMap.tsx b/web/src/components/dashboard/GoogleMap.tsx index 7386dac..bdea4cc 100644 --- a/web/src/components/dashboard/GoogleMap.tsx +++ b/web/src/components/dashboard/GoogleMap.tsx @@ -58,6 +58,7 @@ export const NodeLocationMap: React.FC = ({ mapStyle={CARTO_DARK_STYLE} initialViewState={{ longitude: lng, latitude: lat, zoom: effectiveZoom }} style={{ width: "100%", height: "100%" }} + attributionControl={{ compact: true }} > void }, Networ mapStyle={CARTO_DARK_STYLE_LABELLED} initialViewState={{ longitude: -98, latitude: 39, zoom: 4 }} style={{ width: "100%", height: "100%" }} + attributionControl={{ compact: true }} interactiveLayerIds={["nodes-circles"]} onMouseEnter={() => { if (mapRef.current) mapRef.current.getMap().getCanvas().style.cursor = "pointer";