mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-08 05:51:47 -07:00
Update to FontAwesome5
This commit is contained in:
parent
b0238c1af4
commit
afc4aeb25f
23 changed files with 258 additions and 5138 deletions
|
@ -19,7 +19,7 @@ function ToolbarMenuButton(props) {
|
|||
<div>
|
||||
<Icon
|
||||
name={iconName}
|
||||
size={22}
|
||||
size={21}
|
||||
/>
|
||||
|
||||
<div className={styles.label}>
|
||||
|
@ -31,7 +31,7 @@ function ToolbarMenuButton(props) {
|
|||
}
|
||||
|
||||
ToolbarMenuButton.propTypes = {
|
||||
iconName: PropTypes.string.isRequired,
|
||||
iconName: PropTypes.object.isRequired,
|
||||
text: PropTypes.string
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue