diff --git a/components/multimodal-input.tsx b/components/multimodal-input.tsx index 60a39f647d..89b923a9ca 100644 --- a/components/multimodal-input.tsx +++ b/components/multimodal-input.tsx @@ -437,12 +437,6 @@ function PureMultimodalInput({ ))} )} - {pdfUploadsDisabled && ( -
- Grok 4 (Fast) does not support PDF uploads. Switch models to send - PDFs or upload an image instead. -
- )}
+ {pdfUploadsDisabled && ( + + Grok 4 (Fast) does not support PDF uploads. Switch models or upload an image. + + )}