mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Use button
This commit is contained in:
parent
7eda53f795
commit
84f7cf1997
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ const IconButtonElement: FunctionComponent<IProps> = ({ is, id, className, title
|
||||||
|
|
||||||
if (onClick !== undefined) {
|
if (onClick !== undefined) {
|
||||||
return (
|
return (
|
||||||
<a
|
<button
|
||||||
dangerouslySetInnerHTML={button}
|
dangerouslySetInnerHTML={button}
|
||||||
onClick={onClick}
|
onClick={onClick}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue