Skip to content

Commit

Permalink
chore: swap positions of thumbs up/down (bigbluebutton#21811)
Browse files Browse the repository at this point in the history
Thumbs down was between thumbs up and clapping, leading to unintentional misclicks being harsh
  • Loading branch information
antobinary authored Dec 9, 2024
1 parent 2cd0df2 commit 8c97a36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bigbluebutton-html5/private/config/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -785,10 +785,10 @@ public:
native: '😐'
- id: 'slightly_frowning_face'
native: 'πŸ™'
- id: '+1'
native: 'πŸ‘'
- id: '-1'
native: 'πŸ‘Ž'
- id: '+1'
native: 'πŸ‘'
- id: 'clap'
native: 'πŸ‘'
notes:
Expand Down

0 comments on commit 8c97a36

Please sign in to comment.