[call-me] - fix typo

This commit is contained in:
Miroslav Pejic
2026-02-15 20:09:38 +01:00
parent 0cc98bf052
commit dd5129520f
+1 -1
View File
@@ -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 = '<i class="fas fa-paperclip"></i>';
sendFileBtn.style.marginRight = '10px';
sendFileBtn.style.cursor = 'pointer';