♿ (embed) Add aria-label to bubble button
This commit is contained in:
@@ -30,6 +30,7 @@ export const BubbleButton = (props: Props) => (
|
||||
'background-color': props.backgroundColor ?? defaultButtonColor,
|
||||
'z-index': 42424242,
|
||||
}}
|
||||
aria-label="Open chatbot"
|
||||
>
|
||||
<Show when={isNotDefined(props.customIconSrc)} keyed>
|
||||
<svg
|
||||
|
||||
Reference in New Issue
Block a user