diff --git a/public/images/kk.jpg b/public/images/kk.jpg new file mode 100644 index 0000000..2bd5f80 Binary files /dev/null and b/public/images/kk.jpg differ diff --git a/src/App.jsx b/src/App.jsx index 984431b..5ef17f7 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: "Karthik K", imageUrl: "public/images/kk.jpg" }) // Fill the rest with empty boxes ]; return (