mirror of
https://github.com/flarum/core.git
synced 2025-10-11 23:14:29 +02:00
Update icons to "fas" (#1426)
* Update icons to "fas" * Install icon change
This commit is contained in:
@@ -142,7 +142,7 @@ export default class CommentPost extends Post {
|
||||
items.add('toggle', (
|
||||
Button.component({
|
||||
className: 'Button Button--default Button--more',
|
||||
icon: 'fa fa-ellipsis-h',
|
||||
icon: 'fas fa-ellipsis-h',
|
||||
onclick: this.toggleContent.bind(this)
|
||||
})
|
||||
));
|
||||
|
Reference in New Issue
Block a user