mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Update to FontAwesome5
This commit is contained in:
parent
b0238c1af4
commit
afc4aeb25f
23 changed files with 258 additions and 5138 deletions
|
@ -22,8 +22,8 @@ function SpinnerIconButton(props) {
|
|||
}
|
||||
|
||||
SpinnerIconButton.propTypes = {
|
||||
name: PropTypes.string.isRequired,
|
||||
spinningName: PropTypes.string.isRequired,
|
||||
name: PropTypes.object.isRequired,
|
||||
spinningName: PropTypes.object.isRequired,
|
||||
isDisabled: PropTypes.bool.isRequired,
|
||||
isSpinning: PropTypes.bool.isRequired
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue