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.
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.