fix(a11y): ability to tab through different categories
parent
016ef7ccce
commit
937e33534d
|
@ -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