mirror of
https://github.com/flarum/core.git
synced 2025-07-30 05:00:56 +02:00
Adapt to FontAwesome v5.0.6 icon name changes (#30)
This commit is contained in:
@@ -9,7 +9,7 @@ export default class PostQuoteButton extends Button {
|
||||
const content = extract(this.props, 'content');
|
||||
|
||||
this.props.className = 'Button PostQuoteButton';
|
||||
this.props.icon = 'quote-left';
|
||||
this.props.icon = 'fa fa-quote-left';
|
||||
this.props.children = app.translator.trans('flarum-mentions.forum.post.quote_button');
|
||||
this.props.onclick = () => {
|
||||
this.hide();
|
||||
|
Reference in New Issue
Block a user