From 08965c383078eac99d6e0d0a5ee5b867d2c49701 Mon Sep 17 00:00:00 2001 From: libertyoms Date: Tue, 22 Apr 2025 09:26:46 +0200 Subject: [PATCH] fixed deployment errors --- components/ChatbotWidget.tsx | 6 +- utils/jsonLdSchema.ts | 160 +++++++++++++++++------------------ 2 files changed, 83 insertions(+), 83 deletions(-) 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 (