diff --git a/public/images/jpeg-optimizer_Tejas.A photo 2022.jpg b/public/images/jpeg-optimizer_Tejas.A photo 2022.jpg new file mode 100644 index 0000000..27ccd7d Binary files /dev/null and b/public/images/jpeg-optimizer_Tejas.A photo 2022.jpg differ diff --git a/src/App.jsx b/src/App.jsx index 984431b..68f12b0 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -26,9 +26,9 @@ const ContributorGrid = () => { // Example data - replace with your own or fetch from an API const contributors = [ - // { name: "Anantesh G", imageUrl: "/images/pfp.jpg" }, + // { name: "Tejas A", imageUrl: "/images/pfp.jpg" }, // Add more contributors here - ...Array(49).fill({ name: "", imageUrl: "" }) // Fill the rest with empty boxes + ...Array(49).fill({ name: "Tejas A", imageUrl: "" }) // Fill the rest with empty boxes ]; return (