Open AnaBelenBernardez opened 1 year ago
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.
${user} avatar
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.