@hlfan commented on this pull request.


> @@ -11,10 +11,7 @@ L.OSM.note = function (options) {
       .attr("title", OSM.i18n.t("javascripts.site.createnote_tooltip"))
       .appendTo($container);
 
-    $(L.SVG.create("svg"))
-      .append($(L.SVG.create("use")).attr("href", "#icon-note"))
-      .attr("class", "h-100 w-100")
-      .appendTo(link);
+    link.append($("<i>").addClass("bi bi-chat-square-text-fill"));

Same as in 
https://github.com/openstreetmap/openstreetmap-website/pull/6695#discussion_r2683511895

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

Message ID: 
<openstreetmap/openstreetmap-website/pull/6695/review/[email protected]>
_______________________________________________
rails-dev mailing list
[email protected]
https://lists.openstreetmap.org/listinfo/rails-dev

Reply via email to