fix(editor): image button icon

This commit is contained in:
kolaente 2023-06-13 16:05:22 +02:00
parent 9c71e30efe
commit ddcf6bf0a5
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -394,7 +394,7 @@
<div class="editor-toolbar__segment">
<BaseButton class="editor-toolbar__button" @click="addImage" title="Add image from URL">
<span class="icon">
<icon :icon="['fa', 'fa-file-image']" />
<icon icon="fa-image" />
</span>
</BaseButton>
</div>