Skip to content

Commit

Permalink
no way. he fixed the contributors page after months111!
Browse files Browse the repository at this point in the history
  • Loading branch information
dromzeh committed Mar 8, 2024
1 parent 37e6229 commit 1c03ca0
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/routes/contributors/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,19 @@ const categories = {
},
Staff: {
description: 'Moderating and managing the community',
roles: ['Admin', 'Senior Moderator', 'Moderator'],
roles: ['Moderator', 'Helper'],
},
Contributors: {
description: 'Contributing with assets and translations',
roles: ['Translator', 'Contributor'],
},
Supporters: {
description: 'Really cool people',
roles: ['Server Booster'],
},
}
const roleColors = {
'Project Lead': 'bg-indigo-300',
Developer: 'bg-indigo-200',
Admin: 'bg-blue-300',
'Senior Moderator': 'bg-purple-300',
Moderator: 'bg-purple-200',
Helper: 'bg-purple-100',
Translator: 'bg-violet-100',
Contributor: 'bg-violet-200',
'Server Booster': 'bg-yellow-200',
Expand Down

0 comments on commit 1c03ca0

Please sign in to comment.