<p></p>
<p><b>@AntonKhorev</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/openstreetmap/openstreetmap-website/pull/4789#discussion_r1980994254">app/views/changesets/show.html.erb</a>:</p>
<pre style='color:#555'>>            </small>
+          <a href="#c<%= comment.id %>">
+            <div class="icon link"></div>
+          </a>
</pre>
<p dir="auto">Here's what I'd do:</p>
⬇️ Suggested change
<pre style="color: #555">-          </small>
-          <a href="#c<%= comment.id %>">
-            <div class="icon link"></div>
-          </a>
+            <a href="#c<%= comment.id %>">
+              <svg width="16" height="16" fill="currentColor">
+                <path d="M4.715 6.542 3.343 7.914a3 3 0 1 0 4.243 4.243l1.828-1.829A3 3 0 0 0 8.586 5.5L8 6.086a1 1 0 0 0-.154.199 2 2 0 0 1 .861 3.337L6.88 11.45a2 2 0 1 1-2.83-2.83l.793-.792a4 4 0 0 1-.128-1.287z"/>
+                <path d="M6.586 4.672A3 3 0 0 0 7.414 9.5l.775-.776a2 2 0 0 1-.896-3.346L9.12 3.55a2 2 0 1 1 2.83 2.83l-.793.792c.112.42.155.855.128 1.287l1.372-1.372a3 3 0 1 0-4.243-4.243z"/>
+              </svg>
+            </a>
+          </small>
</pre>

<p dir="auto">This is <a href="https://icons.getbootstrap.com/icons/link-45deg/" rel="nofollow">the rotated icon</a>. Yes it's going to be repeated as many times as there are comments, but that shouldn't be a big problem with compression. The advantage to inlining is that you can use <code class="notranslate">currentColor</code> instead of specifying the color.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />Reply to this email directly, <a href="https://github.com/openstreetmap/openstreetmap-website/pull/4789#pullrequestreview-2660446072">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLLKDQY6HV44IOJKV5T2S2555AVCNFSM6AAAAABYFZUZQOVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDMNRQGQ2DMMBXGI">unsubscribe</a>.<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/AAK2OLJ7UDLGEERR2XDW5CT2S2555A5CNFSM6AAAAABYFZUZQOWGG33NNVSW45C7OR4XAZNRKB2WY3CSMVYXKZLTORJGK5TJMV32UY3PNVWWK3TUL5UWJTU6SMXXQ.gif" height="1" width="1" alt="" /><span style="color: transparent; font-size: 0; display: none; visibility: hidden; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0; mso-hide: all">Message ID: <span><openstreetmap/openstreetmap-website/pull/4789/review/2660446072</span><span>@</span><span>github</span><span>.</span><span>com></span></span></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/openstreetmap/openstreetmap-website/pull/4789#pullrequestreview-2660446072",
"url": "https://github.com/openstreetmap/openstreetmap-website/pull/4789#pullrequestreview-2660446072",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>