A11Y: remove redundant alt text from github oneboxes (#30083)

This commit is contained in:
Kris
2024-12-03 20:25:03 -05:00
committed by GitHub
parent 545cafe657
commit 60826162b5
3 changed files with 6 additions and 6 deletions

View File

@ -15,7 +15,7 @@
<div class="user">
<a href="{{author.html_url}}" target="_blank" rel="noopener">
<img alt="{{author.login}}" src="{{author.avatar_url}}" class="onebox-avatar-inline" width="20" height="20">
<img alt="" src="{{author.avatar_url}}" class="onebox-avatar-inline" width="20" height="20">
{{author.login}}
</a>
</div>