diff --git a/client/src/components/photo-gallery.tsx b/client/src/components/photo-gallery.tsx index c116520..ad81ba4 100644 --- a/client/src/components/photo-gallery.tsx +++ b/client/src/components/photo-gallery.tsx @@ -178,7 +178,7 @@ function SingleImageCarousel({ onMouseEnter={() => setPaused(true)} onMouseLeave={() => setPaused(false)} > -