From 2f6b7c5464d81f2ecd0dbbc7cc480ecee1481513 Mon Sep 17 00:00:00 2001 From: Mary Guillemard Date: Tue, 5 Mar 2024 17:24:52 +0100 Subject: [PATCH] Update team list --- src/common/constants/teams.ts | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/common/constants/teams.ts b/src/common/constants/teams.ts index 0052248..3f44652 100644 --- a/src/common/constants/teams.ts +++ b/src/common/constants/teams.ts @@ -13,12 +13,6 @@ export const teamMembers: Member[] = [ avatar: "https://avatars3.githubusercontent.com/u/4905390?s=144&v=4", title: "Developer", }, - { - name: "marysaka", - githubName: "marysaka", - avatar: "https://avatars3.githubusercontent.com/u/1760003?s=144&v=4", - title: "Developer", - }, { name: "riperiperi", githubName: "riperiperi", @@ -52,7 +46,7 @@ export const teamMembers: Member[] = [ { name: "Yoshiyes", githubName: "Yoshiyes", - avatar: "https://avatars.githubusercontent.com/u/20050570?s=144&v=4\"", + avatar: "https://avatars.githubusercontent.com/u/20050570?s=144&v=4", title: "Web Designer / Developer", }, ];