botman / web-widget

MIT License
39 stars 69 forks source link

Added alt text for chat bubble avatar #42

Closed fawzanm closed 5 years ago

fawzanm commented 5 years ago

Image elements do not have [alt] attributes error was thrown on Lighthouse. This affects pages accessibility. I have added a default alt tag for the <img> element. I think we don't have to let the user configure this so I just added alt="chat-bubble-avatar" for the <img> element.