HTML alt-text issues when showing solutions

On Discord, Kache noted the alt-text was missing for a solution’s lines of code icon. In looking at the page source, I also noticed ‘stared’ should be ‘starred’ in the alt-text for the number of stars icon.

<div class="--count">
    <img src="https://assets.exercism.org/assets/icons/loc-cd0391ee3de9351de6ba23b28e291c17412a2e93.svg" alt="" class="c-icon">
    <div class="--num">30</div>
</div>
<div class="--count">
	<img src="https://assets.exercism.org/assets/icons/star-b6f0d760c6366aee15498633c8cb62551bce6d39.svg" alt="Number of times solution has been stared" class="c-icon">
	<div class="--num">10</div>
</div>
<div class="--count">
	<img src="https://assets.exercism.org/assets/icons/comment-5806d1d49ee46c943ec4c7c8caedf948fd4a55e9.svg" alt="Number of times solution has been commented on" class="c-icon">
	<div class="--num">0</div>
</div>
1 Like

(+cc @dem4ron)

Thanks for copying this issue here from Discord. Here is the PR: