Skip to content

Commit

Permalink
Update people.ts (#113)
Browse files Browse the repository at this point in the history
hiding people that aren't in tse anymore because they left
  • Loading branch information
anoushkadave authored Oct 17, 2022
1 parent 04d014f commit d23e5e7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions data/people.ts
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ const constPeople = [
{
name: "Aaron Kirk",
roles: ["Developer"],
hidden: true,
},
{
name: "Advay Sharma",
Expand Down Expand Up @@ -367,6 +368,7 @@ const constPeople = [
{
name: "Ryan Bui",
roles: ["Developer"],
hidden: true,
},
{
name: "Shravan Hariharan",
Expand Down Expand Up @@ -420,6 +422,7 @@ const constPeople = [
{
name: "Kevin Fu",
roles: ["Developer"],
hidden: true,
},
{
name: "Pratyush Chand",
Expand Down Expand Up @@ -460,6 +463,7 @@ const constPeople = [
{
name: "Artyom Muradyan",
roles: ["Developer"],
hidden: true,
},
{
name: "Helen Lin",
Expand All @@ -468,6 +472,7 @@ const constPeople = [
{
name: "Mary Vu",
roles: ["Developer"],
hidden: true,
},
{
name: "Nishant Balaji",
Expand All @@ -488,6 +493,7 @@ const constPeople = [
{
name: "Ryan Hung",
roles: ["Developer"],
hidden: true,
},
{
name: "Shreekar Pandey",
Expand All @@ -500,6 +506,7 @@ const constPeople = [
{
name: "Yucheng Huang",
roles: ["Developer"],
hidden: true,
},
{
name: "Leslie Aguiar",
Expand Down

0 comments on commit d23e5e7

Please sign in to comment.