From 08c85ff42f9ef526714813cd0ecf5712cac7960d Mon Sep 17 00:00:00 2001 From: Nudesuppe42 Date: Sat, 3 Feb 2024 12:03:21 +0100 Subject: [PATCH] fix(gallery): :bug: Hovered Image Info --- src/components/GalleryGrid.tsx | 7 +++++-- src/pages/gallery.tsx | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/src/components/GalleryGrid.tsx b/src/components/GalleryGrid.tsx index c9061c80..efdcd95a 100644 --- a/src/components/GalleryGrid.tsx +++ b/src/components/GalleryGrid.tsx @@ -57,17 +57,20 @@ export function GalleryGridImage(i: GalleryGridImageProps) { }} onClick={i.onClick} className={i.href && 'hover-border'} - ref={ref} blurDataURL={i.hash} >
{ const [activePage, setPage] = useState(1);