fixed deployment errors

This commit is contained in:
libertyoms
2025-04-22 09:26:46 +02:00
parent 43f867cfe4
commit 08965c3830
2 changed files with 83 additions and 83 deletions

View File

@ -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 (
<button