From 83ade083a5f248389b63dd3060498ce5d8bfdc33 Mon Sep 17 00:00:00 2001 From: kalim-Asim Date: Mon, 16 Dec 2024 16:36:03 +0530 Subject: [PATCH] Added my details --- src/pages/Contributors.jsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/pages/Contributors.jsx b/src/pages/Contributors.jsx index 551e129..f42ad0b 100644 --- a/src/pages/Contributors.jsx +++ b/src/pages/Contributors.jsx @@ -31,6 +31,12 @@ const contributors = [ github: "https://github.com/SHARUKA-2005", avatar: "https://avatars.githubusercontent.com/u/157145133?v=4", }, + + { + name: "Asim", + github: "https://github.com/kalim-Asim", + avatar: "https://avatars.githubusercontent.com/u/177461099?v=4" + } // Add more contributors here ];