Minor accessibility improvements

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2021-08-28 14:09:29 +02:00
parent 3dacb5448a
commit 6c034e3a41
5 changed files with 10 additions and 2 deletions

View File

@ -66,7 +66,7 @@ export default class Button extends React.PureComponent {
if (this.props.to) {
return (
<Link to={this.props.to}>
<Link to={this.props.to} tabIndex={-1}>
{btn}
</Link>
);