Skip to content

Commit fe3ceff

Browse files
koyuawsmbrtnGargron
authored andcommitted
Change camera icon to paperclip icon in upload form (mastodon#11149)
1 parent 76d1ee6 commit fe3ceff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/javascript/mastodon/features/compose/components/upload_button.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class UploadButton extends ImmutablePureComponent {
6262

6363
return (
6464
<div className='compose-form__upload-button'>
65-
<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} />
65+
<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} />
6666
<label>
6767
<span style={{ display: 'none' }}>{intl.formatMessage(messages.upload, { formats: SUPPORTED_FORMATS })}</span>
6868
<input

0 commit comments

Comments
 (0)