fix(a11y): ability to tab through different categories

nolan/hinaloe-test
hozefaj 2018-08-25 21:00:48 -07:00
parent 016ef7ccce
commit 937e33534d
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ export default class Anchors extends React.PureComponent {
return (
<span
tabIndex={0}
key={id}
title={i18n.categories[id]}
data-index={i}