about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorkoyu <me@koyu.space>2019-06-22 15:29:25 +0200
committerEugen Rochko <eugen@zeonfederated.com>2019-06-22 15:29:25 +0200
commit6eb5241099357fd75a19c2d51245c197b517d363 (patch)
treebc2eb5b65a675d4a7ee7dfe11e9e6e1ec74912e3 /app
parentd61d16468597a824ca5b0cd21c8450b87d135c07 (diff)
Change camera icon to paperclip icon in upload form (#11149)
Diffstat (limited to 'app')
-rw-r--r--app/javascript/mastodon/features/compose/components/upload_button.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/mastodon/features/compose/components/upload_button.js b/app/javascript/mastodon/features/compose/components/upload_button.js
index e141857be..d550019f4 100644
--- a/app/javascript/mastodon/features/compose/components/upload_button.js
+++ b/app/javascript/mastodon/features/compose/components/upload_button.js
@@ -62,7 +62,7 @@ class UploadButton extends ImmutablePureComponent {
 
     return (
       <div className='compose-form__upload-button'>
-        <IconButton icon='camera' title={intl.formatMessage(messages.upload, { formats: SUPPORTED_FORMATS })} disabled={disabled} onClick={this.handleClick} className='compose-form__upload-button-icon' size={18} inverted style={iconStyle} />
+        <IconButton icon='paperclip' title={intl.formatMessage(messages.upload, { formats: SUPPORTED_FORMATS })} disabled={disabled} onClick={this.handleClick} className='compose-form__upload-button-icon' size={18} inverted style={iconStyle} />
         <label>
           <span style={{ display: 'none' }}>{intl.formatMessage(messages.upload, { formats: SUPPORTED_FORMATS })}</span>
           <input