Merge pull request #1695 from conversario/neutral-reactions-icon-whatshot

Use the flame/What's hot as the generic reactions icon.
This commit is contained in:
Kim Gardner
2018-06-18 13:38:42 +01:00
committed by GitHub
@@ -34,7 +34,7 @@ class Comment extends React.Component {
{ [styles.countZero]: reactionCount === 0 }
)}
>
<Icon name="thumbs_up_down" />
<Icon name="whatshot" />
<span
className={cn(
styles.reactionCount,