diff --git a/src/app/components/editor/Toolbar.tsx b/src/app/components/editor/Toolbar.tsx index dffa7d32e..2ae0fcb95 100644 --- a/src/app/components/editor/Toolbar.tsx +++ b/src/app/components/editor/Toolbar.tsx @@ -252,6 +252,7 @@ export function ExitFormatting({ tooltip }: ExitFormattingProps) { onClick={handleClick} size="400" radii="300" + aria-label="Exit formatting" > {`Exit ${KeySymbol.Hyper}`} diff --git a/src/app/features/room/RoomViewHeader.tsx b/src/app/features/room/RoomViewHeader.tsx index 061661bcf..bcc9b17a2 100644 --- a/src/app/features/room/RoomViewHeader.tsx +++ b/src/app/features/room/RoomViewHeader.tsx @@ -652,6 +652,7 @@ export function RoomViewHeader({ callView }: { callView?: boolean }) { style={{ position: 'relative' }} onClick={handleOpenPinMenu} ref={triggerRef} + aria-label="Pinned messages" aria-pressed={!!pinMenuAnchor} > {pinnedEvents.length > 0 && (