diff --git a/components/backlog/pbi-list.tsx b/components/backlog/pbi-list.tsx index d03dd14..01e4a03 100644 --- a/components/backlog/pbi-list.tsx +++ b/components/backlog/pbi-list.tsx @@ -157,7 +157,7 @@ function SortablePbiRow({ isDragging={isDragging} role="button" tabIndex={0} - aria-selected={isSelected} + aria-pressed={isSelected} onClick={onSelect} onKeyDown={(e: React.KeyboardEvent) => { if (e.key === 'Enter' || e.key === ' ') { e.preventDefault(); onSelect() } }} badge={ @@ -170,7 +170,7 @@ function SortablePbiRow({