mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-15 09:46:16 +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