From ff640ab50dba2169ea7ff692c2004feacb0cfe74 Mon Sep 17 00:00:00 2001 From: Akash Keote Date: Tue, 4 Jun 2024 00:46:36 +0530 Subject: [PATCH] Successfully Done with my commit in src/Components/Lists.jsx (#50) * Update README.md * Hi this is akash and this is my first contribution * Update Lists.jsx * Update README.md --- src/Components/Lists.jsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/Components/Lists.jsx b/src/Components/Lists.jsx index 84effc7..46292c8 100644 --- a/src/Components/Lists.jsx +++ b/src/Components/Lists.jsx @@ -176,7 +176,13 @@ const contributors = [ role: "Contributor", github: "https://github.com/memickeymac03", image: "https://cdn.pixabay.com/photo/2017/01/31/21/23/avatar-2027365_1280.png" - } + }, + { + name: "Akash Keote", + role: "Contributor", + github: "https://github.com/AkashKeote", + image: "https://cdn.pixabay.com/photo/2017/01/31/21/23/avatar-2027365_1280.png" + }, ]; export default function Lists() {