(document.querySelector(".Logo").src = chatbotLogo1)}
+ onMouseLeave={() => (document.querySelector(".Logo").src = chatbotLogo)}
+ />
+
+ {/* {!isOpen && ( // Conditionally render the logo if the chatbot is closed
l
{!isOpen && ( // Conditionally render the logo if the chatbot is closed
+
+
+ //{!isOpen && (
+
+
{
onMouseEnter={() => setLogoSrc(chatbotLogo1)}
onMouseLeave={() => setLogoSrc(chatbotLogo)}
/>
- )}
+ )} */}
{isOpen && (