mirror of
https://github.com/flarum/core.git
synced 2025-07-19 15:51:16 +02:00
Update icons to "fas" (#1426)
* Update icons to "fas" * Install icon change
This commit is contained in:
@@ -28,7 +28,7 @@ export default class SplitDropdown extends Dropdown {
|
||||
className={'Dropdown-toggle Button Button--icon ' + this.props.buttonClassName}
|
||||
data-toggle="dropdown">
|
||||
{icon(this.props.icon, {className: 'Button-icon'})}
|
||||
{icon('fa fa-caret-down', {className: 'Button-caret'})}
|
||||
{icon('fas fa-caret-down', {className: 'Button-caret'})}
|
||||
</button>
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user