Skip to content

Commit

Permalink
Fix donation link.
Browse files Browse the repository at this point in the history
  • Loading branch information
erictheise committed Dec 18, 2024
1 parent b3f28aa commit 868206a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/leaflet.map.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ L.OSM.Map = L.Map.extend({
var copyright = I18n.t("javascripts.map.copyright_text", { copyright_link: copyright_link });

var donate = $("<a>", {
"href": "https://supporting.openstreetmap.org",
"href": "https://openstreetmap.app.neoncrm.com/forms/ohm",
"class": "donate-attr",
"text": I18n.t("javascripts.map.make_a_donation")
}).prop("outerHTML");
Expand Down

0 comments on commit 868206a

Please sign in to comment.