Skip to content

Commit

Permalink
Added a link to the contribution
Browse files Browse the repository at this point in the history
  • Loading branch information
roseckyj committed May 3, 2024
1 parent cfe5fc3 commit e592166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/map/Map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export function Map(props: IMapProps) {
style={{ width: "100%", height: "100%" }}
zoomControl={false}
>
<TileLayer url="https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png" attribution="&copy; OpenStreetMap contributors" />
<TileLayer url="https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png" attribution='&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'/>
<MapControls {...props} />
<Marker
position={data.mapCenter}
Expand Down

0 comments on commit e592166

Please sign in to comment.