Skip to content

Commit

Permalink
Replace hiding-face reaction with coffee reaction
Browse files Browse the repository at this point in the history
The coffee reaction is meant to represent "BRB".
  • Loading branch information
caleb531 committed Sep 5, 2021
1 parent cff178f commit ec66f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/components/reaction-picker.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ReactionPickerComponent.availableReactions = [
{ symbol: '😭' },
{ symbol: '😉' },
{ symbol: '😬' },
{ symbol: '🙈' }
{ symbol: '' }
];

export default ReactionPickerComponent;

0 comments on commit ec66f4a

Please sign in to comment.