mirror of
https://github.com/DayuanJiang/next-ai-draw-io.git
synced 2026-01-02 22:32:27 +08:00
chore: change clear button icon to trash bin (#61)
This commit is contained in:
@@ -8,7 +8,7 @@ import { SaveDialog } from "@/components/save-dialog";
|
|||||||
import {
|
import {
|
||||||
Loader2,
|
Loader2,
|
||||||
Send,
|
Send,
|
||||||
RotateCcw,
|
Trash2,
|
||||||
Image as ImageIcon,
|
Image as ImageIcon,
|
||||||
History,
|
History,
|
||||||
Download,
|
Download,
|
||||||
@@ -207,7 +207,7 @@ export function ChatInput({
|
|||||||
onClick={() => setShowClearDialog(true)}
|
onClick={() => setShowClearDialog(true)}
|
||||||
tooltipContent="Clear current conversation and diagram"
|
tooltipContent="Clear current conversation and diagram"
|
||||||
>
|
>
|
||||||
<RotateCcw className="mr-2 h-4 w-4" />
|
<Trash2 className="h-4 w-4" />
|
||||||
</ButtonWithTooltip>
|
</ButtonWithTooltip>
|
||||||
|
|
||||||
{/* Warning Modal */}
|
{/* Warning Modal */}
|
||||||
|
|||||||
Reference in New Issue
Block a user