Skip to content

Commit

Permalink
Update contributors list in data.js (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
shironzi authored Nov 2, 2024
1 parent b4062ff commit c99a3d5
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions lib/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -449,46 +449,40 @@ export const contributors = [
},

{

name: "Allan Oguis",
role: "Contributor",
github: "https://github.com/allanoguis",
image: "https://github.com/allanoguis.png",
},

{

name: "Samruddhi Bande",
role: "Contributor",
github: "https://github.com/SamruddhiBande",
image: "https://github.com/SamruddhiBande.png",
},

{

{
name: "Imesh Nirmal",
role: "Contributor",
github: "https://github.com/DeathwingIN",
image: "https://github.com/DeathwingIN.png",
},

{

{
name: "Cristina EU1",
role: "Contributor",
github: "https://github.com/CristinaEU1",
image: "https://github.com/CristinaEU1.png",
},
{

{
name: "Shubham Arora",
role: "Contributor",
github: "https://github.com/Shubham0523",
image: "https://github.com/Shubham0523.png",
},

{

name: "Pasan Jayathilaka",
role: "Contributor",
github: "https://github.com/pasanjaythilaka",
Expand All @@ -500,5 +494,10 @@ export const contributors = [
github: "https://github.com/ayush88-debug",
image: "https://github.com/ayush88-debug.png",
},

{
name: "Aaron Josh",
role: "Contributor",
github: "https://github.com/shironzi",
image: "https://avatars.githubusercontent.com/u/157195223?v=4",
},
];

0 comments on commit c99a3d5

Please sign in to comment.