choreButtons must have discernible text (#6132)

Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
Daniel Drexlmaier 2023-01-02 06:39:38 +01:00 committed by GitHub
parent 4941c93cb0
commit e3f13dd455
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,6 +52,7 @@ export const createBubbleIcon = ({ className, path, target }) => {
}
target.className = bubbleClassName;
target.title = 'Open chat window';
return target;
};