Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Sashank999 committed Jun 24, 2024
2 parents faa2a39 + 70e8479 commit 6ddf497
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions extension/scripts/global/team.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,13 @@ const TEAM = [
torn: 1977683,
color: "#841210",
},
{
name: "zachwozn",
title: "Developer",
core: false,
torn: 2301700,
color: "#017BC7",
},
];

const CONTRIBUTORS = TEAM.filter(({ title, color }) => title.includes("Developer") || color).reduce(
Expand Down

0 comments on commit 6ddf497

Please sign in to comment.