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

View File

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