diff --git a/src/components/GalleryGrid.jsx b/src/components/GalleryGrid.jsx index da81178..221f646 100644 --- a/src/components/GalleryGrid.jsx +++ b/src/components/GalleryGrid.jsx @@ -51,11 +51,11 @@ const GridCard = ({ image, mb, grow }) => { console.log(image); return ( <> - +
img
{image.caption}
-
+
) } \ No newline at end of file diff --git a/src/pages/Clubs/Wing.jsx b/src/pages/Clubs/Wing.jsx index e43701c..a9b9b7c 100644 --- a/src/pages/Clubs/Wing.jsx +++ b/src/pages/Clubs/Wing.jsx @@ -22,12 +22,11 @@ const Wing = () => { {/* cover image */}
- - img + > img
-
+
@@ -82,7 +81,7 @@ const MemberCard = ({ name, designation, socials }) => { -
+
img
@@ -184,9 +184,9 @@ const MemberCard = ({ name, designation, socials }) => {

{designation}

)