Computing – Learning
			 
		 
		
	
	
	
 
 
 
document.addEventListener("DOMContentLoaded", function() {
	let chatButton = document.querySelector(".mwai-chatbot-button img");
	if (chatButton) {
		chatButton.src = "http://www.wrens-nest.dudley.sch.uk/wp-content/uploads/Chatbot-Logo-1.png";
		chatButton.style.width = "100px";
		chatButton.style.height = "40px";
		chatButton.style.borderRadius = "10%";
	}
});