Skip to content
Snippets Groups Projects
Unverified Commit 86107b27 authored by okpierre's avatar okpierre Committed by GitHub
Browse files

Fix For Messaging Icon (#5933)

* Add icon for messaging

This will add icon within messaging

* Update messaging-room.message.vue

Link to missing icon
parent a473768b
No related branches found
No related tags found
No related merge requests found
src/client/assets/remove.png

424 B

......@@ -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"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment