From ee93e176461957e24b7fea347f16e2913c8c1300 Mon Sep 17 00:00:00 2001 From: float Date: Thu, 2 Nov 2023 14:38:38 +0800 Subject: [PATCH] added contributor --- members.ts | 8 ++++++++ 1 file changed, 8 insertions(+) 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' }, + ] + }, ]