From 217db219be4850345746cbe79cabd1b0ffe489e9 Mon Sep 17 00:00:00 2001 From: Salim Rutaganda <155084668+rutaganda-salim@users.noreply.github.com> Date: Tue, 23 Jul 2024 01:56:03 +0200 Subject: [PATCH] Update contributors.js --- data/contributors.js | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/data/contributors.js b/data/contributors.js index f695fc0..f52d53d 100644 --- a/data/contributors.js +++ b/data/contributors.js @@ -2630,7 +2630,16 @@ const contributors = [ linkedin: "https://www.linkedin.com/in/satvik-manchanda-418a13243/", github: "https://github.com/Satvik1769", gender: "Male", - } + }, + { + name : "Salim Rutaganda", + branch : "Computer Engineering", + college : "about to go to college", + year : 2027, //Year of Pass Out + linkedin : "https://www.linkedin.com/in/salim-rutaganda-a18139317/", + github : "https://github.com/rutaganda-salim", + gender : "Male" + } ]; // Don't add any data to this contributors.unshift part Add data above this ⬆️ @@ -2679,7 +2688,8 @@ contributors.unshift( linkedin: "https://www.linkedin.com/in/debmalyasen1/", github: "https://github.com/debmalya37", gender: "male", - } + }, + ); export default contributors;