Merge pull request #1541 from umap-project/site-link

chore: use https://umap-project.org link in map footer
This commit is contained in:
Yohan Boniface 2024-01-29 12:46:27 +01:00 committed by GitHub
commit 1fdd5bbb78
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1192,7 +1192,7 @@ L.U.AttributionControl = L.Control.Attribution.extend({
'', '',
container, container,
`${L._('Powered by uMap')}`, `${L._('Powered by uMap')}`,
'https://github.com/umap-project/umap/' 'https://umap-project.org/'
) )
} }
L.DomUtil.createLink('attribution-toggle', this._container, '') L.DomUtil.createLink('attribution-toggle', this._container, '')