diff --git a/Websites/jefes-nextjs/app/components/WSPGallery/page.tsx b/Websites/jefes-nextjs/app/components/WSPGallery/page.tsx index 9065925..d921ef8 100644 --- a/Websites/jefes-nextjs/app/components/WSPGallery/page.tsx +++ b/Websites/jefes-nextjs/app/components/WSPGallery/page.tsx @@ -9,7 +9,7 @@ const WSPGallery = ({ galleryImages }) => { return (
-
+
{galleryImages && galleryImages.map((slide, index) => { return ( @@ -17,8 +17,8 @@ const WSPGallery = ({ galleryImages }) => { /
); diff --git a/Websites/jefes-nextjs/app/gallery/page.tsx b/Websites/jefes-nextjs/app/gallery/page.tsx index f6a8217..8ca2239 100644 --- a/Websites/jefes-nextjs/app/gallery/page.tsx +++ b/Websites/jefes-nextjs/app/gallery/page.tsx @@ -66,7 +66,7 @@ const Gallery = () => { {/*
*/} -
+