From 41f8b179e65e370883c87e9a5c1d7f7f9746f3f3 Mon Sep 17 00:00:00 2001 From: ImAlpha Date: Sun, 12 Nov 2023 23:29:06 -0800 Subject: [PATCH] update styling to gallery --- Websites/jefes-nextjs/app/components/WSPGallery/page.tsx | 6 +++--- Websites/jefes-nextjs/app/gallery/page.tsx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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 = () => { {/*
*/} -
+