Skip to content

Commit

Permalink
Update ClubOpenStreetMap.tsx default light mode (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcaufderheyde authored Aug 26, 2024
1 parent 0ba4e97 commit cbc12d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/OpenStreetMap/ClubOpenStreetMap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ export default function ClubOpenStreetMap({ club }: ClubProps) {
style={{ height: '400px', width: '100%' }}
>
<TileLayer
//url="https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"
url="https://api.maptiler.com/maps/darkmatter/{z}/{x}/{y}.png?key=KFzeqoMZOcvot9qqW4I8"
url="https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"
//url="https://api.maptiler.com/maps/darkmatter/{z}/{x}/{y}.png?key=KFzeqoMZOcvot9qqW4I8"

attribution='&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
/>
Expand Down

0 comments on commit cbc12d4

Please sign in to comment.