feat: put all options into '+'

This commit is contained in:
Henry Li
2026-01-22 13:43:45 +08:00
parent 2fac72601e
commit 8ef89b3004
7 changed files with 197 additions and 141 deletions

View File

@@ -44,6 +44,7 @@ import {
PaperclipIcon,
PlusIcon,
SquareIcon,
UploadIcon,
XIcon,
} from "lucide-react";
import { nanoid } from "nanoid";
@@ -422,7 +423,7 @@ export const PromptInputActionAddAttachments = ({
attachments.openFileDialog();
}}
>
<ImageIcon className="mr-2 size-4" /> {label}
<PaperclipIcon className="mr-2 size-4" /> {label}
</DropdownMenuItem>
);
};