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
Code with expressions in the alt attribute shows an error:
<img className="avatar" src={userAvatar} alt={${user} avatar} />
Error: Provide an alt text that describes the image, or alt="" if image is purely decorativeweb accessibility.
The text was updated successfully, but these errors were encountered:
Code with expressions in the alt attribute shows an error:
<img className="avatar" src={userAvatar} alt={
${user} avatar
} />Error: Provide an alt text that describes the image, or alt="" if image is purely decorativeweb accessibility.
The text was updated successfully, but these errors were encountered: