diff --git a/components/chat-input.tsx b/components/chat-input.tsx index dec7238..0e91c2d 100644 --- a/components/chat-input.tsx +++ b/components/chat-input.tsx @@ -8,7 +8,7 @@ import { SaveDialog } from "@/components/save-dialog"; import { Loader2, Send, - RotateCcw, + Trash2, Image as ImageIcon, History, Download, @@ -207,7 +207,7 @@ export function ChatInput({ onClick={() => setShowClearDialog(true)} tooltipContent="Clear current conversation and diagram" > - + {/* Warning Modal */}