From ff7a1003c51af3fec584f23640a160ded4f4396f Mon Sep 17 00:00:00 2001 From: Sivaprasath <121082414+sivaprasath2004@users.noreply.github.com> Date: Thu, 20 Jun 2024 07:45:58 +0530 Subject: [PATCH] Contributors Added My _name --- src/app/contributors/ContributorsData.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app/contributors/ContributorsData.ts b/src/app/contributors/ContributorsData.ts index 96177fd..4f971e0 100644 --- a/src/app/contributors/ContributorsData.ts +++ b/src/app/contributors/ContributorsData.ts @@ -155,4 +155,9 @@ export const ContributorsData = [ github: "https://github.com/AdarshGT33", imageUrl: "https://avatars.githubusercontent.com/u/144033708?v=4", }, + { + name: "Sivaprasath", + github: "https://github.com/sivaprasath2004", + imageUrl: "https://avatars.githubusercontent.com/u/121082414?v=4", + }, ];