From dbafcd1adf1a05c2e047726409586482c23f9617 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Wed, 9 Jul 2025 17:16:57 +0200 Subject: [PATCH] [mirotalksfu] - fix typo, [skip ci] --- public/js/Room.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/js/Room.js b/public/js/Room.js index 4fe176d7..fea83b1e 100644 --- a/public/js/Room.js +++ b/public/js/Room.js @@ -3627,6 +3627,7 @@ function leaveFeedback() { showDenyButton: true, background: swalBackground, imageUrl: image.feedback, + position: 'top', title: 'Leave a feedback', text: 'Do you want to rate your MiroTalk experience?', confirmButtonText: `Yes`,