Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2021-06-02 11:21:41 +0300
committerVincent Petry <vincent@nextcloud.com>2021-06-02 11:21:41 +0300
commit818eb6565f615c5610e0ad5e7891e2c373d772fd (patch)
treee04f4d209d668e8cc767a6b72732b55ed4e5aa52 /src/components/NewMessageForm
parent077e1ebad213e1c2b48258df7392b61a735ea868 (diff)
Use vertical paperclip icon instead
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to 'src/components/NewMessageForm')
-rw-r--r--src/components/NewMessageForm/NewMessageForm.vue6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/NewMessageForm/NewMessageForm.vue b/src/components/NewMessageForm/NewMessageForm.vue
index ddf9ef070..29d2c493e 100644
--- a/src/components/NewMessageForm/NewMessageForm.vue
+++ b/src/components/NewMessageForm/NewMessageForm.vue
@@ -45,7 +45,7 @@
:disabled="disabled"
:aria-label="t('spreed', 'Share files to the conversation')"
:aria-haspopup="true">
- <Attachment
+ <Paperclip
slot="icon"
:size="16"
decorative
@@ -129,7 +129,7 @@ import EmojiPicker from '@nextcloud/vue/dist/Components/EmojiPicker'
import { EventBus } from '../../services/EventBus'
import { shareFile } from '../../services/filesSharingServices'
import { CONVERSATION } from '../../constants'
-import Attachment from 'vue-material-design-icons/Attachment'
+import Paperclip from 'vue-material-design-icons/Paperclip'
import EmoticonOutline from 'vue-material-design-icons/EmoticonOutline'
import Send from 'vue-material-design-icons/Send'
@@ -147,7 +147,7 @@ export default {
Quote,
Actions,
ActionButton,
- Attachment,
+ Paperclip,
EmojiPicker,
EmoticonOutline,
Send,