diff --git a/add b/add new file mode 100644 index 0000000..e69de29 diff --git a/public/images/SB.png b/public/images/SB.png new file mode 100644 index 0000000..d31e4f1 Binary files /dev/null and b/public/images/SB.png differ diff --git a/src/App.jsx b/src/App.jsx index 984431b..6991890 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: "bhanu", imageUrl: "public/images/SB.png" }) // Fill the rest with empty boxes ]; return (