Add more team members to credits

@Terncode, @Keupoz, @LunarMist, @ZizzyDizzyMC
This commit is contained in:
Eliot Partridge
2019-09-08 18:14:44 -05:00
parent 908ae36436
commit d2a79bf7ed
2 changed files with 27 additions and 9 deletions
Binary file not shown.
+25 -7
View File
@@ -31,7 +31,7 @@ export const CREDITS: Credit[] = [
}, },
{ {
name: 'Cloud Hop', name: 'Cloud Hop',
title: 'Programmer / Moderator', title: 'Programmer',
avatarIndex: 1, avatarIndex: 1,
links: ['https://twitter.com/blackhole0173', 'https://github.com/blackhole12'] links: ['https://twitter.com/blackhole0173', 'https://github.com/blackhole12']
}, },
@@ -42,22 +42,40 @@ export const CREDITS: Credit[] = [
links: ['https://twitter.com/CyberPon3'] links: ['https://twitter.com/CyberPon3']
}, },
{ {
name: 'NotMyWing', name: 'Keupoz',
title: 'Programmer / Moderator', title: 'Programmer',
avatarIndex: 3, avatarIndex: 3,
links: ['https://twitter.com/NotMyWing', 'https://github.com/Neeve01'] links: ['https://github.com/Keupoz']
}, },
{ {
name: 'Stubenhocker', name: 'NotMyWing',
title: 'Programmer', title: 'Programmer / Moderator',
avatarIndex: 4, avatarIndex: 4,
links: ['https://github.com/Stubenhocker1399'] links: ['https://twitter.com/NotMyWing', 'https://github.com/Neeve01']
}, },
{ {
name: 'Luney', name: 'Luney',
title: 'Programmer', title: 'Programmer',
avatarIndex: 5, avatarIndex: 5,
links: ['https://twitter.com/luneythesnep', 'https://github.com/LunarMist'] links: ['https://twitter.com/luneythesnep', 'https://github.com/LunarMist']
},
{
name: 'Stubenhocker',
title: 'Programmer',
avatarIndex: 6,
links: ['https://github.com/Stubenhocker1399']
},
{
name: 'Terncode',
title: 'Programmer',
avatarIndex: 7,
links: ['https://twitter.com/terncode', 'https://github.com/Terncode']
},
{
name: 'ZizzyDizzyMC',
title: 'Server Host',
avatarIndex: 8,
links: ['https://twitter.com/ZizzyDizzyMC']
} }
]; ];