Merge pull request #226 from hozefaj/master [Close #219]

fix(a11y): ability to tab through different categories
nolan/hinaloe-test
Etienne Lemay 2018-11-13 08:48:59 -05:00 committed by GitHub
commit a09730d6a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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}