From eb1e8e2c4c528d90d21d7dbbf2c46e39e4cc1f96 Mon Sep 17 00:00:00 2001 From: emiilyyou Date: Wed, 25 Feb 2026 23:16:26 -0500 Subject: [PATCH 1/2] updated contributor names in order --- frontend/app/about/page.tsx | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/frontend/app/about/page.tsx b/frontend/app/about/page.tsx index 33de67e1..1a9ddca3 100644 --- a/frontend/app/about/page.tsx +++ b/frontend/app/about/page.tsx @@ -73,10 +73,11 @@ const contributors: HoagieChef[] = [ graduationYear: '2027', link: 'https://www.linkedin.com/in/lucy-c1/', }, - { + { name: 'Eric Chen', graduationYear: '2029', link: 'https://www.linkedin.com/in/eric--c/', + }, { name: 'Grace Ding', graduationYear: '2029', @@ -137,6 +138,11 @@ const contributors: HoagieChef[] = [ graduationYear: '2028', link: 'https://www.linkedin.com/in/lukekschreiber', }, + { + name: 'Ruoming Shen', + graduationYear: '2027', + link: 'https://www.linkedin.com/in/ruomingshen/', + }, { name: 'Grace Tan', graduationYear: '2028', @@ -162,10 +168,10 @@ const contributors: HoagieChef[] = [ graduationYear: '2028', link: 'https://www.linkedin.com/in/linsey-zhong-686a72309/', }, - { - name: 'Ruoming Shen', - graduationYear: '2027', - link: 'https://www.linkedin.com/in/ruomingshen/', + { + name: 'Stephy Zhang', + graduationYear: '2028', + link: 'https://www.linkedin.com/in/stephy-zhang/', }, ]; From cb788e3fc46c8b6d518370afa654bd9d6e246695 Mon Sep 17 00:00:00 2001 From: emiilyyou Date: Wed, 25 Feb 2026 23:25:24 -0500 Subject: [PATCH 2/2] sorted names by alphabetical order --- frontend/app/about/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/frontend/app/about/page.tsx b/frontend/app/about/page.tsx index 1a9ddca3..12e00907 100644 --- a/frontend/app/about/page.tsx +++ b/frontend/app/about/page.tsx @@ -68,16 +68,16 @@ const teamLeads: HoagieChef[] = [ ]; const contributors: HoagieChef[] = [ - { - name: 'Lucy Chen', - graduationYear: '2027', - link: 'https://www.linkedin.com/in/lucy-c1/', - }, { name: 'Eric Chen', graduationYear: '2029', link: 'https://www.linkedin.com/in/eric--c/', }, + { + name: 'Lucy Chen', + graduationYear: '2027', + link: 'https://www.linkedin.com/in/lucy-c1/', + }, { name: 'Grace Ding', graduationYear: '2029', @@ -164,14 +164,14 @@ const contributors: HoagieChef[] = [ link: 'https://www.linkedin.com/in/gary-yang-4a5ab9292/', }, { - name: 'Linsey Zhong', + name: 'Stephy Zhang', graduationYear: '2028', - link: 'https://www.linkedin.com/in/linsey-zhong-686a72309/', + link: 'https://www.linkedin.com/in/stephy-zhang/', }, { - name: 'Stephy Zhang', + name: 'Linsey Zhong', graduationYear: '2028', - link: 'https://www.linkedin.com/in/stephy-zhang/', + link: 'https://www.linkedin.com/in/linsey-zhong-686a72309/', }, ];