Skip to content

Commit

Permalink
Update Contributors.jsx
Browse files Browse the repository at this point in the history
Issue: opencodeiiita#3 

Update Contributors.jsx
  • Loading branch information
bcde123 authored Dec 16, 2024
1 parent 862b9b3 commit b99294d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/pages/Contributors.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,12 @@ const contributors = [
name: "Sarvesh Kumar",
github: "https://github.com/Sarvesh0955",
avatar: "https://avatars.githubusercontent.com/u/142673987?v=4",
},
{
name: "Hemant",
github: "https://github.com/bcde123",
avatar: "https://avatars.githubusercontent.com/u/143330586?v=4",
}

// Add more contributors here
];

Expand Down

0 comments on commit b99294d

Please sign in to comment.