changes
This commit is contained in:
@@ -56,7 +56,7 @@ If it’s not the right fit, no worries — we’ll refund you 💸.
|
||||
|
||||
function appendMessage(text, sender) {
|
||||
const msg = document.createElement('div');
|
||||
msg.classList.add('mywidget-message', sender === 'user' ? 'user' : 'bot');
|
||||
msg.classList.add('cw-message', sender === 'user' ? 'user' : 'bot');
|
||||
msg.innerHTML = text;
|
||||
|
||||
chatMessages.appendChild(msg);
|
||||
|
||||
Reference in New Issue
Block a user