Merge branch 'poll-icon' into 'develop'
Use a better poll icon See merge request soapbox-pub/soapbox-fe!225
This commit is contained in:
commit
8258109399
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class PollButton extends React.PureComponent {
|
|||
return (
|
||||
<div className='compose-form__poll-button'>
|
||||
<IconButton
|
||||
icon='tasks'
|
||||
icon='bar-chart'
|
||||
title={intl.formatMessage(active ? messages.remove_poll : messages.add_poll)}
|
||||
disabled={disabled}
|
||||
onClick={this.handleClick}
|
||||
|
|
Loading…
Reference in a new issue