fix(a11y): ability to tab through different categoriesnolan/hinaloe-test
commit
a09730d6a8
|
@ -39,6 +39,7 @@ export default class Anchors extends React.PureComponent {
|
|||
|
||||
return (
|
||||
<span
|
||||
tabIndex={0}
|
||||
key={id}
|
||||
title={i18n.categories[id]}
|
||||
data-index={i}
|
||||
|
|
Loading…
Reference in New Issue