From dbc105dcd3cdfadbfcf06ab35d576eb82031a691 Mon Sep 17 00:00:00 2001 From: K-Tanish Date: Tue, 31 Mar 2026 17:25:11 +0530 Subject: [PATCH] Added my data --- data/contributors.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/data/contributors.js b/data/contributors.js index f695fc0..06677d7 100644 --- a/data/contributors.js +++ b/data/contributors.js @@ -2680,6 +2680,16 @@ contributors.unshift( github: "https://github.com/debmalya37", gender: "male", } + { + name: "Tanish Kadam", + branch: "Computer Science", + college: "VIT Pune", + year: 2028, + linkedin: "https://www.linkedin.com/in/tanish-kadam-25a130330/", + github: "https://github.com/K-Tanish", + gender: "Male", + } + ); export default contributors;