Minor accessibility improvements
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user