* Revert "Fix some icon names changed by the Font Awesome 5. (#8796)"
This reverts commit c8a1e945d9.
* Revert "Migrate to font-awesome 5.0. (#8799)"
This reverts commit ae20afbc80.
* Revert "Fix some icons names, unavailable in fontawesome5 (free license). (#8792)"
This reverts commit 30b1bb0704.
* Revert "Update the icon name changed by the Font Awesome 5. (#8776)"
This reverts commit 84bcf89764.
* Revert "Add bot icon to bot avatars and migrate to newer version of Font Awesome (#8484)"
This reverts commit cc784f3c16.
pinButton=<buttonkey='pin-button'className='text-btn column-header__setting-btn'onClick={onPin}><iclassName='fa fa fa-times' /><FormattedMessageid='column_header.unpin'defaultMessage='Unpin'/></button>;
pinButton=<buttonkey='pin-button'className='text-btn column-header__setting-btn'onClick={onPin}><iclassName='fa fa fa-plus' /><FormattedMessageid='column_header.pin'defaultMessage='Pin'/></button>;
<FormattedMessageid='account.moved_to'defaultMessage='{name} has moved to:'values={{name:<bdi><strongdangerouslySetInnerHTML={displayNameHtml}/></bdi> }} />
@ -83,7 +83,7 @@ class Notification extends ImmutablePureComponent {
<divclassName='notification notification-follow focusable'tabIndex='0'aria-label={notificationForScreenReader(intl,intl.formatMessage({id:'notification.follow',defaultMessage:'{name} followed you'},{name:account.get('acct')}),notification.get('created_at'))}>
@ -74,7 +74,7 @@ class BoostModal extends ImmutablePureComponent {
</div>
<divclassName='boost-modal__action-bar'>
<div><FormattedMessageid='boost_modal.combo'defaultMessage='You can press {combo} to skip this next time'values={{combo:<span>Shift+<iclassName='fas fa-retweet' /></span> }} /></div>
<div><FormattedMessageid='boost_modal.combo'defaultMessage='You can press {combo} to skip this next time'values={{combo:<span>Shift+<iclassName='fa fa-retweet' /></span> }} /></div>