We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10c9143 commit affa0cfCopy full SHA for affa0cf
1 file changed
components/features/position-card.tsx
@@ -34,7 +34,7 @@ interface PositionStatClusterProps {
34
// Zero-count tiles are dimmed rather than hidden so the cluster shape is stable.
35
function PositionStatCluster({ stats }: PositionStatClusterProps) {
36
return (
37
- <div aria-label="Application stats" className="shrink-0">
+ <div role="region" aria-label="Application stats" className="shrink-0">
38
{/* Total tile — col-span-2 lead row with hairline divider below */}
39
<div className="border-border mb-2 border-b pb-2">
40
<div className="flex items-center gap-1.5">
0 commit comments