Migrate to font-awesome 5.0. (#8799)
This commit is contained in:
committed by
Eugen Rochko
parent
15fc2b76f9
commit
8bae14591b
@@ -13,7 +13,7 @@ export default class BotIcon extends ImmutablePureComponent {
|
||||
|
||||
if (account.get('bot')) {
|
||||
return (
|
||||
<i className='fa fa-fw fa-robot bot-icon' />
|
||||
<i className='fas fa-fw fa-robot bot-icon' />
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user