From 51da3467fc7cedaee360829062337b37f54033fe Mon Sep 17 00:00:00 2001 From: Roman Deev Date: Tue, 9 Dec 2025 00:24:21 +0300 Subject: [PATCH] use red heart in donate attribution --- app/assets/javascripts/leaflet.map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/leaflet.map.js b/app/assets/javascripts/leaflet.map.js index 46ab99c12..fc71a4049 100644 --- a/app/assets/javascripts/leaflet.map.js +++ b/app/assets/javascripts/leaflet.map.js @@ -59,7 +59,7 @@ L.OSM.Map = L.Map.extend({ }).prop("outerHTML") }); - attribution += credit.donate ? " ♥ " : ". "; + attribution += credit.donate ? " ♥️ " : ". "; attribution += makeCredit(credit); attribution += ". "; -- 2.39.5