diff --git a/components/ui/ImageViewer.tsx b/components/ui/ImageViewer.tsx index 5cb11e4..b2b09ed 100644 --- a/components/ui/ImageViewer.tsx +++ b/components/ui/ImageViewer.tsx @@ -109,28 +109,6 @@ export default function ImageViewer({ items, index, onIndexChange, onClose }: Im /> - {/* Prev / next */} - {len > 1 && ( - <> - - - - )} - {/* Close */}