mirror of
https://github.com/flarum/framework.git
synced 2025-06-11 03:43:36 +08:00
Update icons to "fas" (#1426)
* Update icons to "fas" * Install icon change
This commit is contained in:
@ -29,7 +29,7 @@ export default class Modal extends Component {
|
||||
{this.isDismissible() ? (
|
||||
<div className="Modal-close App-backControl">
|
||||
{Button.component({
|
||||
icon: 'fa fa-times',
|
||||
icon: 'fas fa-times',
|
||||
onclick: this.hide.bind(this),
|
||||
className: 'Button Button--icon Button--link'
|
||||
})}
|
||||
|
Reference in New Issue
Block a user