Skip to content

Commit

Permalink
Successfully Done with my commit in src/Components/Lists.jsx (#50)
Browse files Browse the repository at this point in the history
* Update README.md

* Hi this is akash and this is my first contribution

* Update Lists.jsx

* Update README.md
  • Loading branch information
AkashKeote authored Jun 3, 2024
1 parent b4ad752 commit ff640ab
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/Components/Lists.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit ff640ab

Please sign in to comment.