Skip to content

Commit ce5a9bf

Browse files
Felipe Stillner EufranioFelipe Stillner Eufranio
authored andcommitted
fix: use deafault map to wink in prod
1 parent 99665d4 commit ce5a9bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

web/src/features/map/MapPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ export default function MapPage() {
9696
whenReady={() => setMapReady(true)}
9797
>
9898
<TileLayer
99-
attribution='&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> &copy; <a href="https://stadiamaps.com/">Stadia Maps</a>'
100-
url="https://tiles.stadiamaps.com/tiles/alidade_smooth_dark/{z}/{x}/{y}.png"
99+
attribution='&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
100+
url="https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"
101101
/>
102102
<Marker position={center} icon={userLocationIcon}>
103103
<Popup>

0 commit comments

Comments
 (0)