Skip to content

Commit affa0cf

Browse files
b-at-neuclaude
andcommitted
#252 address review feedback
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 10c9143 commit affa0cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/features/position-card.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ interface PositionStatClusterProps {
3434
// Zero-count tiles are dimmed rather than hidden so the cluster shape is stable.
3535
function PositionStatCluster({ stats }: PositionStatClusterProps) {
3636
return (
37-
<div aria-label="Application stats" className="shrink-0">
37+
<div role="region" aria-label="Application stats" className="shrink-0">
3838
{/* Total tile — col-span-2 lead row with hairline divider below */}
3939
<div className="border-border mb-2 border-b pb-2">
4040
<div className="flex items-center gap-1.5">

0 commit comments

Comments
 (0)