Skip to content

Commit

Permalink
Rearrange directors by subcommittee name
Browse files Browse the repository at this point in the history
  • Loading branch information
lhvy committed Jan 17, 2024
1 parent f41d2dc commit 7e139c9
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions data/TeamData.js
Original file line number Diff line number Diff line change
Expand Up @@ -751,18 +751,6 @@ const MEMBERS = [
sectionName: "Directors",
members: [
[
{
image: Kiran_Image,
description: ``,
name: "Kiran Singh",
role: "Social",
},
{
image: Sienna_Image,
description: ``,
name: "Sienna Strauss",
role: "Social",
},
{
image: Dinara_Image,
description: ``,
Expand All @@ -775,8 +763,20 @@ const MEMBERS = [
name: "Inika Weber",
role: "Charity",
},
{
image: Lucas_Image,
description: ``,
name: "Lucas Harvey",
role: "IT (Technical)",
},
],
[
{
image: Nicholas_Image,
description: ``,
name: "Nicholas Langford",
role: "IT (Project Management)",
},
{
image: Kelly_Image,
description: ``,
Expand All @@ -789,25 +789,25 @@ const MEMBERS = [
name: "Maggie Lam",
role: "Marketing",
},
],
[
{
image: Imogen_Image,
description: ``,
name: "Imogen Wills",
role: "Publications",
},
],
[
{
image: Lucas_Image,
image: Kiran_Image,
description: ``,
name: "Lucas Harvey",
role: "IT (Technical)",
name: "Kiran Singh",
role: "Social",
},
{
image: Nicholas_Image,
image: Sienna_Image,
description: ``,
name: "Nicholas Langford",
role: "IT (Project Management)",
name: "Sienna Strauss",
role: "Social",
},
],
],
Expand Down

0 comments on commit 7e139c9

Please sign in to comment.