diff --git a/components/ChatbotWidget.tsx b/components/ChatbotWidget.tsx index 13c66d9..8475177 100644 --- a/components/ChatbotWidget.tsx +++ b/components/ChatbotWidget.tsx @@ -4,9 +4,9 @@ import { FaComments } from "react-icons/fa"; const ChatbotWidget = () => { // TODO: Implement actual chat functionality (e.g., integrate a service) - const handleChatOpen = () => { - alert("Chatbot functionality to be implemented!"); - }; + // const handleChatOpen = () => { + // alert("Chatbot functionality to be implemented!"); + // }; return (