|
@@ -23,7 +23,7 @@ const ContentItem = props => {
|
23
|
23
|
|
24
|
24
|
<div className={classnames('content__status d-flex align-items-center justify-content-start')} style={{color: status.hexcolor}}>
|
25
|
25
|
<div className='content__status__icon d-block '>
|
26
|
|
- <i className={`fa fa-${status.fa_icon}`} />
|
|
26
|
+ <i className={`fa fa-${status.faIcon}`} />
|
27
|
27
|
</div>
|
28
|
28
|
<div className='content__status__text d-none d-xl-block'>
|
29
|
29
|
{status.label}
|