mirror of
https://github.com/wassname/talk.git
synced 2026-07-13 03:36:30 +08:00
Merge pull request #1692 from conversario/neutral-reactions-icon
Use neutral icon for aggregated reactions count
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user