diff --git a/src/components/shared/file-viewer.tsx b/src/components/shared/file-viewer.tsx index 43c60d5..0c9f8ba 100644 --- a/src/components/shared/file-viewer.tsx +++ b/src/components/shared/file-viewer.tsx @@ -333,10 +333,9 @@ function FileItem({ file }: { file: ProjectFile }) { - {/* Mobile action buttons — no inline preview on mobile, just open + download */} + {/* Mobile action button — open in new tab only (download unreliable on iOS) */}
-