mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 22:45:45 +01:00
add missing prop
This commit is contained in:
@@ -24,6 +24,6 @@ export default class Icon extends React.Component<Props> {
|
||||
/>
|
||||
);
|
||||
}
|
||||
return <i className={classNames("fas", "fa-" + name, `has-text-${color}`)} />;
|
||||
return <i className={classNames("fas", "fa-" + name, `has-text-${color}`, className)} />;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user