mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Rename component folders, and prune styles
This commit is contained in:
@@ -9,7 +9,7 @@ interface IIcon {
|
||||
}
|
||||
|
||||
const Icon: React.FC<IIcon> = ({ icon, className, color }) => (
|
||||
<FontAwesomeIcon icon={icon} className={className} color={color} />
|
||||
<FontAwesomeIcon icon={icon} className={`fa-icon ${className}`} color={color} />
|
||||
);
|
||||
|
||||
export default Icon;
|
||||
|
||||
Reference in New Issue
Block a user