[openstreetmap/openstreetmap-website] Use red heart in donate attribution (PR #6601)

Frank Elsinga notifications at github.com
Tue Dec 9 22:28:37 UTC 2025


@CommanderStorm commented on this pull request.



> @@ -59,7 +59,7 @@ L.OSM.Map = L.Map.extend({
         }).prop("outerHTML")
       });
 
-      attribution += credit.donate ? " ♥ " : ". ";
+      attribution += credit.donate ? " ♥️ " : ". ";

Personal Preference: this punctuation looks a bit out of place.

Unrelated to your PR though, so lets not change it ^^

```suggestion
      attribution += credit.donate ? " ♥️ " : " ";
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6601#pullrequestreview-3560000989
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/pull/6601/review/3560000989 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20251209/634ace6e/attachment.htm>


More information about the rails-dev mailing list