From dd5129520f427d15be80c90c623277af49b750f6 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Sun, 15 Feb 2026 20:09:38 +0100 Subject: [PATCH] [call-me] - fix typo --- public/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/client.js b/public/client.js index fb37d6b..bd74783 100755 --- a/public/client.js +++ b/public/client.js @@ -2205,7 +2205,7 @@ function renderUserList() { // Send file button const sendFileBtn = document.createElement('button'); - sendFileBtn.className = 'btn btn-custom btn-secondary btn-m'; + sendFileBtn.className = 'btn btn-custom btn-success btn-m'; sendFileBtn.innerHTML = ''; sendFileBtn.style.marginRight = '10px'; sendFileBtn.style.cursor = 'pointer';