From 1aa094e6f1784a5c313f379dc8024ebbfdf22ffe Mon Sep 17 00:00:00 2001 From: 0xkarel <95452264+0xkarel@users.noreply.github.com> Date: Fri, 11 Aug 2023 18:08:59 -0400 Subject: [PATCH] Update team Remove Bahama + Maximee --- app/const.tsx | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/app/const.tsx b/app/const.tsx index 9345ab64..53b366ce 100644 --- a/app/const.tsx +++ b/app/const.tsx @@ -167,7 +167,7 @@ import { export const teamMembers = [ { name: "John Patten", - title: "Co-Founder | Strategy", + title: "Co-Founder", discordLink: "https://discordapp.com/users/882718244920754238", twitterLink: "https://twitter.com/jpatten__", image: JohnImg, @@ -175,7 +175,7 @@ export const teamMembers = [ }, { name: "Karel Vuong", - title: "Co-Founder | Operations", + title: "Co-Founder", discordLink: "https://discordapp.com/users/397537602988670977", twitterLink: "https://twitter.com/karelvuong", image: KarelImg, @@ -259,14 +259,6 @@ export const teamMembers = [ image: FrannyImg, team: "Platform", }, - { - name: "Bahama", - title: "Product", - discordLink: "https://discordapp.com/users/791828959360319498", - twitterLink: "https://twitter.com/Mr_Bahama_", - image: BahamaImg, - team: "Platform", - }, { name: "Mouse Dev", title: "Development (Solidity)", @@ -329,14 +321,6 @@ export const teamMembers = [ image: CrisisImg, team: "Smolverse", }, - { - name: "Maximee", - title: "Animation", - discordLink: "https://discordapp.com/users/324482717611982848", - twitterLink: "https://twitter.com/maximee_eth", - image: MaximeeImg, - team: "Smolverse", - }, { name: "Preeminent", title: "Marketing", @@ -366,7 +350,7 @@ export const teamMembers = [ discordLink: "https://discordapp.com/users/539546215399030814", twitterLink: "https://twitter.com/purplezsnow", image: PurpleSnowImg, - team: "Game Studio", + team: "Darkbright Studios", }, ];