diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index ecb0148..7a724cb 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -45,7 +45,7 @@ export default function GalleryPage() { {galleryItems.map((item, index) => ( -
+
))}