diff --git a/apps/dashboard/src/@/components/chat/CustomChatButton.tsx b/apps/dashboard/src/@/components/chat/CustomChatButton.tsx index e1a712cc24a..ad1e2dedda4 100644 --- a/apps/dashboard/src/@/components/chat/CustomChatButton.tsx +++ b/apps/dashboard/src/@/components/chat/CustomChatButton.tsx @@ -1,6 +1,6 @@ "use client"; -import { MessageCircleIcon, XIcon } from "lucide-react"; +import { CircleQuestionMarkIcon, XIcon } from "lucide-react"; import { useSelectedLayoutSegments } from "next/navigation"; import { useCallback, useRef, useState } from "react"; import { createThirdwebClient } from "thirdweb"; @@ -16,7 +16,6 @@ const client = createThirdwebClient({ }); export function CustomChatButton(props: { - label: string; examplePrompts: string[]; authToken: string; team: Team; @@ -39,21 +38,25 @@ export function CustomChatButton(props: { <> {/* Inline Button (not floating) */} {/* Popup/Modal */}