Fix For Messaging Icon (#5933)

* Add icon for messaging

This will add icon within messaging

* Update messaging-room.message.vue

Link to missing icon
This commit is contained in:
okpierre 2020-02-13 01:53:02 -05:00 committed by GitHub
parent a473768bef
commit 86107b2710
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 424 B

View file

@ -4,7 +4,7 @@
<div class="content">
<div class="balloon _panel" :data-no-text="message.text == null">
<button class="delete-button" v-if="isMe" :title="$t('delete')" @click="del">
<img src="/assets/desktop/remove.png" alt="Delete"/>
<img src="/assets/remove.png" alt="Delete"/>
</button>
<div class="content" v-if="!message.isDeleted">
<mfm class="text" v-if="message.text" ref="text" :text="message.text" :i="$store.state.i"/>