fix(editor): image button icon
This commit is contained in:
parent
9c71e30efe
commit
ddcf6bf0a5
@ -394,7 +394,7 @@
|
|||||||
<div class="editor-toolbar__segment">
|
<div class="editor-toolbar__segment">
|
||||||
<BaseButton class="editor-toolbar__button" @click="addImage" title="Add image from URL">
|
<BaseButton class="editor-toolbar__button" @click="addImage" title="Add image from URL">
|
||||||
<span class="icon">
|
<span class="icon">
|
||||||
<icon :icon="['fa', 'fa-file-image']" />
|
<icon icon="fa-image" />
|
||||||
</span>
|
</span>
|
||||||
</BaseButton>
|
</BaseButton>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user