From aa87675ad4468964ab5d36583c54714359ae05fc Mon Sep 17 00:00:00 2001 From: William Grant Date: Mon, 27 May 2024 14:23:59 +1000 Subject: [PATCH] feat: added aria label to edit profile qr code --- ts/components/dialog/edit-profile/components.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/components/dialog/edit-profile/components.tsx b/ts/components/dialog/edit-profile/components.tsx index 8c2b296d4..2b7f848f6 100644 --- a/ts/components/dialog/edit-profile/components.tsx +++ b/ts/components/dialog/edit-profile/components.tsx @@ -27,6 +27,7 @@ export const QRView = ({ sessionID }: { sessionID: string }) => { logoHeight={40} logoIsSVG={true} theme={theme} + ariaLabel={'Account ID QR code'} dataTestId={'your-qr-code'} style={{ marginTop: '-1px' }} />