File tree Expand file tree Collapse file tree
app/javascript/mastodon/features/compose/components Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments