From 3517476984632008c75d5bd73a2cbff2bbe8bdce Mon Sep 17 00:00:00 2001 From: codytseng Date: Wed, 9 Jul 2025 15:05:00 +0800 Subject: [PATCH] feat: add cursor zoom-in style to images in gallery --- src/components/ImageGallery/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/ImageGallery/index.tsx b/src/components/ImageGallery/index.tsx index 8b252495..b5f273e6 100644 --- a/src/components/ImageGallery/index.tsx +++ b/src/components/ImageGallery/index.tsx @@ -43,7 +43,7 @@ export default function ImageGallery({ imageContent = ( ( handlePhotoClick(e, i)} /> @@ -70,7 +70,7 @@ export default function ImageGallery({ {displayImages.map((image, i) => ( handlePhotoClick(e, i)} />