diff --git a/frontend/src/components/collection/View.tsx b/frontend/src/components/collection/View.tsx index ff647fd..b60df97 100644 --- a/frontend/src/components/collection/View.tsx +++ b/frontend/src/components/collection/View.tsx @@ -190,6 +190,9 @@ const CollectionView: React.FC = ({ collection }) => { onClick={handlePhotoClick} /> + + page: {currentImageIndex + 1}/{translatedImages.length} +