Skip to content

Commit

Permalink
Update contributors list in data.js
Browse files Browse the repository at this point in the history
  • Loading branch information
shironzi committed Nov 2, 2024
1 parent b4062ff commit 8095f9b
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 8095f9b

Please sign in to comment.