mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
Button href fixed
This commit is contained in:
parent
c372b101dd
commit
b504e79920
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ const Button = React.forwardRef(({ className, href, disabled, children, ...props
|
|||
...props,
|
||||
ref,
|
||||
className: classnames(className, styles['button-container'], { 'disabled': disabled }),
|
||||
href,
|
||||
onKeyDown,
|
||||
onMouseDown
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue