Skip to content

Commit 6a5738f

Browse files
committed
Slight messup on leader page fix
1 parent 4bdd081 commit 6a5738f

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

src/app/components/officersData.tsx

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ export const officers: officers[] = [
5353
{
5454
name: 'Morris Lin', title: 'Secretary', email: '[email protected]',
5555
profileLink: '', picture: RasLogoBigPic },
56-
{
57-
name: 'Andrew Senyszyn', title: 'Treasurer', email: '[email protected]',
58-
profileLink: '', picture: RasLogoBigPic },
5956
{
6057
name: 'Colin Tan', title: 'Treasurer', email: '[email protected]',
6158
profileLink: '', picture: ColinTanPic },
@@ -94,22 +91,13 @@ export const teamleads: officers[] = [
9491
profileLink: '', discord: 'thehominator', picture: TylerHomPic },
9592
{
9693
name: 'Suhas Voolla', title: 'Robomaster Committee Head', email: '[email protected]',
97-
profileLink: '', discord: '', picture: TylerHomPic },
94+
profileLink: '', discord: '', picture: RasLogoBigPic },
9895
{
99-
// name: 'Jeffrey Chang', title: 'Robotathon Committee Head', email: '',
100-
// profileLink: '', discord: 'ohoftoryoy', picture: JeffreyChangPic },
101-
// {
10296
name: 'Hasif Shaikh', title: 'VexU Committee Head', email: '[email protected]',
10397
profileLink: '', discord: 'has02', picture: HasifShaikhPic },
10498
{
10599
name: 'Natalie Best', title: 'VexU Committee Head', email: '[email protected]',
106100
profileLink: '', discord: '', picture: RasLogoBigPic },
107-
// {
108-
// name: 'Toby Nguyen', title: 'Fundraising', email: '[email protected]',
109-
// profileLink: '', discord: 'tguyen', picture: TobyNguyenPic },
110-
// {
111-
// name: 'Grace Li', title: 'Corporate', email: '[email protected]',
112-
// profileLink: '', discord: 'watchycat', picture: GraceLiPic },
113101
];
114102

115103
export const leaders: leaders[] = [

0 commit comments

Comments
 (0)