Skip to content

Commit b6565eb

Browse files
committed
Add missing role tab
1 parent b3a2ca4 commit b6565eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/index-page/use-cases/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ export function UseCases({
128128
<Fragment key={useCase.label}>
129129
<button
130130
type="button"
131+
role="tab"
131132
onPointerDown={() => setSelectedIndex(i)}
132133
onFocus={() => setSelectedIndex(i)}
133134
aria-selected={i === selectedIndex ? "true" : undefined}

0 commit comments

Comments
 (0)