From 8c97a3671475e363347a62e5b00e827516ba5277 Mon Sep 17 00:00:00 2001 From: Anton Georgiev Date: Mon, 9 Dec 2024 07:43:07 -0500 Subject: [PATCH] chore: swap positions of thumbs up/down (#21811) Thumbs down was between thumbs up and clapping, leading to unintentional misclicks being harsh --- bigbluebutton-html5/private/config/settings.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bigbluebutton-html5/private/config/settings.yml b/bigbluebutton-html5/private/config/settings.yml index 2812cc2b1a2..639719515dd 100755 --- a/bigbluebutton-html5/private/config/settings.yml +++ b/bigbluebutton-html5/private/config/settings.yml @@ -785,10 +785,10 @@ public: native: '😐' - id: 'slightly_frowning_face' native: '🙁' - - id: '+1' - native: '👍' - id: '-1' native: '👎' + - id: '+1' + native: '👍' - id: 'clap' native: '👏' notes: