diff --git a/add b/add new file mode 100644 index 0000000..e69de29 diff --git a/public/images/image_1.jpg b/public/images/image_1.jpg new file mode 100644 index 0000000..72d04d0 Binary files /dev/null and b/public/images/image_1.jpg differ diff --git a/src/App.jsx b/src/App.jsx index 984431b..f029911 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -12,7 +12,7 @@ const ContributorBox = ({ name, imageUrl, darkMode }) => ( { 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: "shama", imageUrl: "public/images/image_1.jpg" }) // Fill the rest with empty boxes ]; return (