File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,6 +32,27 @@ export function MapPreview({ places }: { places: Place[] }) {
3232 Live data, OpenStreetMap
3333 </ div >
3434
35+ < div className = "absolute bottom-2 left-2 z-[1001] rounded bg-background/90 px-1.5 py-0.5 text-[0.65rem] leading-tight text-muted-foreground shadow-sm" >
36+ < a
37+ href = "https://www.maptiler.com/copyright/"
38+ target = "_blank"
39+ rel = "noreferrer"
40+ className = "pointer-events-auto underline underline-offset-2"
41+ >
42+ MapTiler
43+ </ a > { " " }
44+ < span aria-hidden = "true" > ·</ span > { " " }
45+ < a
46+ href = "https://www.openstreetmap.org/copyright"
47+ target = "_blank"
48+ rel = "noreferrer"
49+ className = "pointer-events-auto underline underline-offset-2"
50+ >
51+ OpenStreetMap
52+ </ a > { " " }
53+ contributors
54+ </ div >
55+
3556 < Link
3657 href = "/map"
3758 aria-label = "Open the full interactive map"
You can’t perform that action at this time.
0 commit comments