Skip to content

Commit

Permalink
feat(Reactions): remove "angry" type from default list
Browse files Browse the repository at this point in the history
Ref: #1637
  • Loading branch information
arnautov-anton committed Feb 28, 2023
1 parent 08ce972 commit 2cbbad3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Reactions/reactionOptions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export type ReactionOptions = Array<{
}>;

export const defaultReactionOptions: ReactionOptions = [
{ type: 'angry', Component: () => <StreamEmoji fallback='😠' type='angry' />, name: 'Angry' },
{ type: 'haha', Component: () => <StreamEmoji fallback='😂' type='haha' />, name: 'Joy' },
{ type: 'like', Component: () => <StreamEmoji fallback='👍' type='like' />, name: 'Thumbs up' },
{ type: 'love', Component: () => <StreamEmoji fallback='❤️' type='love' />, name: 'Heart' },
Expand Down

0 comments on commit 2cbbad3

Please sign in to comment.