mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-08-08 10:45:01 +00:00
Add nav buttons to the tab order and use semantic buttons so they are interactable with the keyboard
This commit is contained in:
@@ -61,10 +61,10 @@ const Nav = {
|
||||
{icon}
|
||||
</a>;
|
||||
} else {
|
||||
return <div {...props} className={classes} onClick={this.handleClick} >
|
||||
return <button {...props} className={classes} onClick={this.handleClick} >
|
||||
{this.props.children}
|
||||
{icon}
|
||||
</div>;
|
||||
</button>;
|
||||
}
|
||||
}
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user