Skip to content

Commit 1ea707c

Browse files
author
Michael Dijkstra
authored
Merge pull request #99 from lauGutierrezz/patch-1
Accessibility attributes added to HelpScout button
2 parents 3df687c + 6fa38cf commit 1ea707c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/components/HelpScout/index.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,9 @@ const HelpScout = ({
208208
}}
209209
>
210210
<button
211+
aria-label="Load Chat"
212+
aria-busy="true"
213+
aria-live="polite"
211214
onClick={() => loadChat({ open: true })}
212215
onMouseEnter={() => loadChat({ open: false })}
213216
style={{

0 commit comments

Comments
 (0)