You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(site): remove trailing comment from cursor.svg (cherry-pick #18072) (#18378)
Cherry-picked fix(site): remove trailing comment from cursor.svg
(#18072)
The trailing comment was preventing the SVG from rendering on Coder
Desktop macOS, with the SVG loader we use. I've moved it to a place
where it's apparently OK? Couldn't tell you why.
https://validator.w3.org/ had no complaints.
I tested this by hardcoding the icon to that served by a build of coder
with this new svg.

The first icon is without the trailing comment, the second is with.
Co-authored-by: Ethan <39577870+ethanndickson@users.noreply.github.com>
0 commit comments