diff --git a/public/images/img1.jpg b/public/images/img1.jpg new file mode 100644 index 0000000..d1c60bf Binary files /dev/null and b/public/images/img1.jpg differ diff --git a/public/images/pfp.jpg b/public/images/pfp.jpg deleted file mode 100644 index 6120c69..0000000 Binary files a/public/images/pfp.jpg and /dev/null differ diff --git a/src/App.jsx b/src/App.jsx index 984431b..1a3cdd1 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -28,6 +28,7 @@ const ContributorGrid = () => { const contributors = [ // { name: "Anantesh G", imageUrl: "/images/pfp.jpg" }, // Add more contributors here + {name:"Monish E",imageUrl:"public/images/img1.jpg"}, ...Array(49).fill({ name: "", imageUrl: "" }) // Fill the rest with empty boxes ];