We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc161f9 + 3e91ca0 commit c4ded60Copy full SHA for c4ded60
1 file changed
src/components/Map/MapContainer.tsx
@@ -77,6 +77,7 @@ export const MapContainer: React.FC<MapContainerProps> = ({
77
zoom={11}
78
style={{ height: '100%', width: '100%' }}
79
className="map-container"
80
+ attributionControl={false}
81
>
82
{/* OpenStreetMap base layer */}
83
<TileLayer
0 commit comments