diff --git a/src/apps/chat/components/composer/Composer.tsx b/src/apps/chat/components/composer/Composer.tsx
index 94d88d3c2..6dfe60d22 100644
--- a/src/apps/chat/components/composer/Composer.tsx
+++ b/src/apps/chat/components/composer/Composer.tsx
@@ -591,6 +591,9 @@ export function Composer(props: {
{/* [mobile] Mic button */}
{recognitionState.isAvailable && }
+ {/* Responsive Camera OCR button */}
+ {showLLMAttachments && }
+
{/* [mobile] [+] button */}
{showLLMAttachments && (
@@ -598,10 +601,6 @@ export function Composer(props: {