diff --git a/members.ts b/members.ts index 1e799b7..06344b9 100644 --- a/members.ts +++ b/members.ts @@ -197,4 +197,12 @@ export const members: Member = [ { icon: 'github', link: 'https://github.com/Krisnile' }, ] }, + { + avatar: 'https://avatars.hdu-cs.wiki/fltb', + name: 'floatingblocks', + title: 'Contributer', + links: [ + { icon: 'github', link: 'https://github.com/fltb' }, + ] + }, ]