Emoji react icons should use <svg>
rather than <img>
#9
Labels
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest
Merged pull requests that resolve this issue will be labeled with "hacktoberfest-accepted"
See
ScoreboardEmojiButton
component. This should use an element to source the image like we do in theLineupJerseyButton
component.The motivation for this is to be able to manipulate the images in real time, like say with filters or enhanced animations, though I'm not sure what can be done that CSS doesn't support in some way.
The text was updated successfully, but these errors were encountered: