From 0f609a00bce3de6760c8b85c84dfb2c6db91a918 Mon Sep 17 00:00:00 2001 From: Amarjit Singh Date: Tue, 10 Oct 2023 19:35:14 +0530 Subject: [PATCH] Update contributorsList.js --- contributors/contributorsList.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/contributors/contributorsList.js b/contributors/contributorsList.js index 2146cd3..071ce94 100644 --- a/contributors/contributorsList.js +++ b/contributors/contributorsList.js @@ -8,5 +8,10 @@ contributors = [ id: 2, fullname: "sample 2", username: "https://github.com/TechHack3", + }, + { + id: 3, + fullname: "Amarjit Singh Arora", + username: "https://github.com/asarora72", } ];