Use a better poll icon

This commit is contained in:
Alex Gleason 2020-09-09 22:00:11 -05:00
parent 6798554215
commit 8c9206be3e
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -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}