Skip to content

Commit

Permalink
Update team structure
Browse files Browse the repository at this point in the history
- Move Sollace to be first in the list
- Change killjoy's role to "Backend Developer"
- Change RollingTheOC's' role to "Community Moderator"
  • Loading branch information
mattmess1221 committed Nov 24, 2024
1 parent 81071ea commit 27250ad
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/data/team/team.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,6 @@ export interface TeamMember {
}

export const TeamMembers: TeamMember[] = [
{
name: 'Matthew Messinger',
role: 'Mod Development Lead',
contacts: {
minecraft: 'JoyJoy',
github: 'mattmess1221',
mastodon: '@killjoy1221@equestria.social',
bluesky: 'mattmess.bsky.social',
},
},
{
name: 'Sollace',
role: 'Mod Developer',
Expand All @@ -33,6 +23,16 @@ export const TeamMembers: TeamMember[] = [
mastodon: '@sollace@equestria.social',
},
},
{
name: 'Matthew Messinger',
role: 'Backend Developer',
contacts: {
minecraft: 'JoyJoy',
github: 'mattmess1221',
mastodon: '@killjoy1221@equestria.social',
bluesky: 'mattmess.bsky.social',
},
},
{
name: 'Ivan Sokolov',
role: 'Website Maintainer',
Expand All @@ -45,7 +45,7 @@ export const TeamMembers: TeamMember[] = [
},
{
name: 'RollingTheOC',
role: 'Discord Server Moderator',
role: 'Community Moderator',
avatar: ROLLING,
contacts: {
twitter: 'RollingTheOC',
Expand Down

0 comments on commit 27250ad

Please sign in to comment.