Skip to content

Commit

Permalink
Change Attach Icon from Computer to Clip
Browse files Browse the repository at this point in the history
  • Loading branch information
Shailesh351 committed Jan 19, 2020
1 parent a4665e8 commit 865af3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ui-message/client/messageBox/messageBoxActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ messageBox.actions.add('Create_new', 'Video_message', {

messageBox.actions.add('Add_files_from', 'Computer', {
id: 'file-upload',
icon: 'computer',
icon: 'clip',
condition: () => settings.get('FileUpload_Enabled'),
action({ rid, tmid, event, messageBox }) {
event.preventDefault();
Expand Down

0 comments on commit 865af3a

Please sign in to comment.