mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Updates to UI, Update NLog to 4.4.12
This commit is contained in:
@@ -14,7 +14,7 @@ function Icon(props) {
|
||||
} = props;
|
||||
|
||||
return (
|
||||
<icon
|
||||
<i
|
||||
className={classNames(
|
||||
name,
|
||||
className,
|
||||
@@ -25,7 +25,7 @@ function Icon(props) {
|
||||
fontSize: `${size}px`
|
||||
}}
|
||||
>
|
||||
</icon>
|
||||
</i>
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user