mirror of
https://github.com/flarum/framework.git
synced 2025-06-19 08:32:21 +08:00
Update icons to "fas" (#1426)
* Update icons to "fas" * Install icon change
This commit is contained in:
@ -13,7 +13,7 @@ import icon from 'flarum/helpers/icon';
|
||||
*/
|
||||
export default class SelectDropdown extends Dropdown {
|
||||
static initProps(props) {
|
||||
props.caretIcon = typeof props.caretIcon !== 'undefined' ? props.caretIcon : 'fa fa-sort';
|
||||
props.caretIcon = typeof props.caretIcon !== 'undefined' ? props.caretIcon : 'fas fa-sort';
|
||||
|
||||
super.initProps(props);
|
||||
|
||||
|
Reference in New Issue
Block a user