️(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:
lebaudantoine
2025-08-28 23:28:06 +02:00
committed by aleb_the_flash
parent 242e7cb148
commit ff9487eb2f

View File

@@ -75,6 +75,7 @@ export const HandRaisedListItem = ({
variant="greyscale"
size="sm"
onPress={() => lowerHandParticipant(participant)}
aria-label={t('participants.lowerParticipantHand', { name })}
tooltip={t('participants.lowerParticipantHand', { name })}
data-attr="participants-lower-hand"
>