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

Frank Elsinga notifications at github.com
Wed Dec 10 09:47:50 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 ? " ♥️ " : ". ";


Sorry to bikeshed on this one.

🤔 actually, would green not be the color that this should be? This would match the rest of the donation text

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

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

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


More information about the rails-dev mailing list