Skip to content

Commit

Permalink
feat(meetings-widgets): fixed-join-meeting-acc (#846)
Browse files Browse the repository at this point in the history
  • Loading branch information
adhmenon authored Nov 27, 2024
1 parent df0d531 commit a1e9183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/WebexMeetingControl/WebexMeetingControl.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function renderButton(sc, action, display, style, showText, asItem, autoFocus, t
size={48}
isDisabled={isDisabled}
onClick={action}
ariaLabel={hint || text}
ariaLabel={text}
pressed={isActive && type === 'TOGGLE'}
tooltip={tooltip}
autoFocus={autoFocus}
Expand Down

0 comments on commit a1e9183

Please sign in to comment.