mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 07:32:02 +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,
|
...props,
|
||||||
ref,
|
ref,
|
||||||
className: classnames(className, styles['button-container'], { 'disabled': disabled }),
|
className: classnames(className, styles['button-container'], { 'disabled': disabled }),
|
||||||
|
href,
|
||||||
onKeyDown,
|
onKeyDown,
|
||||||
onMouseDown
|
onMouseDown
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue