diff --git a/assets/images/avatars.jpg b/assets/images/avatars.jpg index 1817feb..9f979bf 100644 --- a/assets/images/avatars.jpg +++ b/assets/images/avatars.jpg @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:be3e7b8a4ce431976a7ed5f044f3136544e29cfc073fd2050bf83b0c49a154b2 -size 65468 +oid sha256:d6b853fcb46500cf02ba0b4910efa390b7ce2b57171aa7fa3fa0beac510c0084 +size 106880 diff --git a/src/ts/client/credits.ts b/src/ts/client/credits.ts index cf56e16..1a1b571 100644 --- a/src/ts/client/credits.ts +++ b/src/ts/client/credits.ts @@ -31,7 +31,7 @@ export const CREDITS: Credit[] = [ }, { name: 'Cloud Hop', - title: 'Programmer / Moderator', + title: 'Programmer', avatarIndex: 1, links: ['https://twitter.com/blackhole0173', 'https://github.com/blackhole12'] }, @@ -42,22 +42,40 @@ export const CREDITS: Credit[] = [ links: ['https://twitter.com/CyberPon3'] }, { - name: 'NotMyWing', - title: 'Programmer / Moderator', + name: 'Keupoz', + title: 'Programmer', avatarIndex: 3, - links: ['https://twitter.com/NotMyWing', 'https://github.com/Neeve01'] + links: ['https://github.com/Keupoz'] }, { - name: 'Stubenhocker', - title: 'Programmer', + name: 'NotMyWing', + title: 'Programmer / Moderator', avatarIndex: 4, - links: ['https://github.com/Stubenhocker1399'] + links: ['https://twitter.com/NotMyWing', 'https://github.com/Neeve01'] }, { name: 'Luney', title: 'Programmer', avatarIndex: 5, 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'] } ];