Temporarily remove zoom button from homepage

This commit is contained in:
Sam Becker 2025-01-26 21:39:11 -06:00
parent 01166d7867
commit aa1e9a4800

View File

@ -35,6 +35,7 @@ export default function PhotosLarge({
onVisible={index === photos.length - 1
? onLastPhotoVisible
: undefined}
showZoomControls={false}
/>)}
itemKeys={photos.map(photo => photo.id)}
/>