We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3a2ca4 commit b6565ebCopy full SHA for b6565eb
src/components/index-page/use-cases/index.tsx
@@ -128,6 +128,7 @@ export function UseCases({
128
<Fragment key={useCase.label}>
129
<button
130
type="button"
131
+ role="tab"
132
onPointerDown={() => setSelectedIndex(i)}
133
onFocus={() => setSelectedIndex(i)}
134
aria-selected={i === selectedIndex ? "true" : undefined}
0 commit comments