Fix some icon names changed by the Font Awesome 5. (#8796)
This commit is contained in:
parent
a72a939334
commit
3f9ec3de82
3 changed files with 3 additions and 3 deletions
|
@ -154,7 +154,7 @@ class ListTimeline extends React.PureComponent {
|
|||
</button>
|
||||
|
||||
<button className='text-btn column-header__setting-btn' tabIndex='0' onClick={this.handleDeleteClick}>
|
||||
<i className='fas fa-trash' /> <FormattedMessage id='lists.delete' defaultMessage='Delete list' />
|
||||
<i className='fas fa-trash-alt' /> <FormattedMessage id='lists.delete' defaultMessage='Delete list' />
|
||||
</button>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue