Use neutral icon for aggregated reactions count

This commit is contained in:
Fabian Neumann
2018-06-14 11:44:10 +02:00
parent 4cca800af0
commit 143d23bf9d
@@ -34,7 +34,7 @@ class Comment extends React.Component {
{ [styles.countZero]: reactionCount === 0 }
)}
>
<Icon name="thumb_up" />
<Icon name="thumbs_up_down" />
<span
className={cn(
styles.reactionCount,