diff --git a/src/apps/chat/components/composer/llmattachments/LLMAttachmentButton.tsx b/src/apps/chat/components/composer/llmattachments/LLMAttachmentButton.tsx index 9188f02f4..b02fe5652 100644 --- a/src/apps/chat/components/composer/llmattachments/LLMAttachmentButton.tsx +++ b/src/apps/chat/components/composer/llmattachments/LLMAttachmentButton.tsx @@ -115,17 +115,17 @@ function attachmentIcons(attachmentDraft: AttachmentDraft): React.ReactNode { // }).filter(Boolean); // 1+ icons - return + return {/* If we have a Web preview, show it first */} {!!attachmentDraft.input?.urlImage?.webpDataUrl && /*!imageDataRefs.length &&*/ ( - This was the page.
You can also Add the Screenshot as attachment}> - -
+ // This was the page.
You can also Add the Screenshot as attachment}> + + //
)} {/* If an output fragment contains a base64 image, show that as an icon too */} @@ -148,7 +148,7 @@ function attachmentIcons(attachmentDraft: AttachmentDraft): React.ReactNode { ); })} -
; + ; } function attachmentLabelText(attachmentDraft: AttachmentDraft): string {