From d208e05dd22635c6749986e0534ed44d54d70790 Mon Sep 17 00:00:00 2001 From: KrishnaMohan Date: Mon, 16 Dec 2024 19:15:34 +0530 Subject: [PATCH] Updated Contributors.jsx file --- src/pages/Contributors.jsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/pages/Contributors.jsx b/src/pages/Contributors.jsx index b4f42ab..85598b4 100644 --- a/src/pages/Contributors.jsx +++ b/src/pages/Contributors.jsx @@ -72,6 +72,11 @@ const contributors = [ name: "Ashutosh Kumar", github: "https://github.com/official-ashutosh", avatar: "https://avatars.githubusercontent.com/u/145090058?s=96&v=4", + }, + { + name: "Krishna Mohan", + github: "https://github.com/krishnamohan2006", + avatar: "https://avatars.githubusercontent.com/u/148936099?s=400&v=4", } // Add more contributors here ];