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/public/images/photo.png b/public/images/photo.png new file mode 100644 index 0000000..aa9909c Binary files /dev/null and b/public/images/photo.png differ diff --git a/src/App.jsx b/src/App.jsx index 984431b..ed6847c 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -26,7 +26,7 @@ const ContributorGrid = () => { // Example data - replace with your own or fetch from an API const contributors = [ - // { name: "Anantesh G", imageUrl: "/images/pfp.jpg" }, + { name: "Shreyas Baloni", imageUrl: "git_demo1/Open-source-session/public/images/photo.png" }, // Add more contributors here ...Array(49).fill({ name: "", imageUrl: "" }) // Fill the rest with empty boxes ];