diff --git a/public/images/My face lol.jpeg b/public/images/My face lol.jpeg new file mode 100644 index 0000000..1ea3591 Binary files /dev/null and b/public/images/My face lol.jpeg differ diff --git a/src/App.jsx b/src/App.jsx index 984431b..489a1dd 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: "Shrikar", imageUrl: "https://github.com/YourIPaddress/Open-source-session/blob/main/public/images/My%20face%20lol.jpeg" }) // Fill the rest with empty boxes ]; return (