diff --git a/site/components/GalleryItem.tsx b/site/components/GalleryItem.tsx index 53bf5f1e..5afc2c6f 100644 --- a/site/components/GalleryItem.tsx +++ b/site/components/GalleryItem.tsx @@ -9,7 +9,7 @@ export default function GalleryItem({ item }) { className="bg-cover bg-no-repeat bg-top aspect-video w-full group-hover:blur-sm group-hover:scale-105 transition-all duration-200" style={{ backgroundImage: `url(${item.image})` }} > -
+