Migrate to font-awesome 5.0. (#8799)
This commit is contained in:
committed by
Eugen Rochko
parent
15fc2b76f9
commit
8bae14591b
@ -21,7 +21,7 @@ export default class ColumnHeader extends React.PureComponent {
|
||||
let iconElement = '';
|
||||
|
||||
if (icon) {
|
||||
iconElement = <i className={`fa fa-fw fa-${icon} column-header__icon`} />;
|
||||
iconElement = <i className={`fas fa-fw fa-${icon} column-header__icon`} />;
|
||||
}
|
||||
|
||||
return (
|
||||
|
Reference in New Issue
Block a user