From aa1e9a4800ba6a832723883c2b5ab6caf9b04ad6 Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Sun, 26 Jan 2025 21:39:11 -0600 Subject: [PATCH] Temporarily remove zoom button from homepage --- src/photo/PhotosLarge.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/photo/PhotosLarge.tsx b/src/photo/PhotosLarge.tsx index 9da562c9..eef2b920 100644 --- a/src/photo/PhotosLarge.tsx +++ b/src/photo/PhotosLarge.tsx @@ -35,6 +35,7 @@ export default function PhotosLarge({ onVisible={index === photos.length - 1 ? onLastPhotoVisible : undefined} + showZoomControls={false} />)} itemKeys={photos.map(photo => photo.id)} />