♿️(frontend) add missing aria attribute to lower hand button
Add required aria accessibility attribute to the lower hand button for proper screen reader support and compliance.
This commit is contained in:
committed by
aleb_the_flash
parent
242e7cb148
commit
ff9487eb2f
@@ -75,6 +75,7 @@ export const HandRaisedListItem = ({
|
|||||||
variant="greyscale"
|
variant="greyscale"
|
||||||
size="sm"
|
size="sm"
|
||||||
onPress={() => lowerHandParticipant(participant)}
|
onPress={() => lowerHandParticipant(participant)}
|
||||||
|
aria-label={t('participants.lowerParticipantHand', { name })}
|
||||||
tooltip={t('participants.lowerParticipantHand', { name })}
|
tooltip={t('participants.lowerParticipantHand', { name })}
|
||||||
data-attr="participants-lower-hand"
|
data-attr="participants-lower-hand"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user