mirror of
https://github.com/flarum/core.git
synced 2025-10-12 07:24:27 +02:00
Update icons to "fas" (#1426)
* Update icons to "fas" * Install icon change
This commit is contained in:
@@ -52,7 +52,7 @@ export default class Checkbox extends Component {
|
||||
getDisplay() {
|
||||
return this.loading
|
||||
? LoadingIndicator.component({size: 'tiny'})
|
||||
: icon(this.props.state ? 'fa fa-check' : 'fa fa-times');
|
||||
: icon(this.props.state ? 'fas fa-check' : 'fas fa-times');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user