diff --git a/public/images/Screenshot 2024-05-26 091159.png b/public/images/Screenshot 2024-05-26 091159.png new file mode 100644 index 0000000..86f6dd3 Binary files /dev/null and b/public/images/Screenshot 2024-05-26 091159.png differ diff --git a/src/App.jsx b/src/App.jsx index 984431b..4dd3be4 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -28,7 +28,7 @@ const ContributorGrid = () => { const contributors = [ // { name: "Anantesh G", imageUrl: "/images/pfp.jpg" }, // Add more contributors here - ...Array(49).fill({ name: "", imageUrl: "" }) // Fill the rest with empty boxes + ...Array(49).fill({ name: "dhruthi", imageUrl: "public\images\Screenshot 2024-05-26 091159.png" }) // Fill the rest with empty boxes ]; return (