DEV-707: Add Mail Team Members As Contributors#82
Open
ZhaoSongZh7 wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
2b94925 to
1901e6b
Compare
1901e6b to
c265fc0
Compare
asze17
requested changes
Apr 14, 2026
Comment on lines
70
to
101
| @@ -62,12 +75,52 @@ const teamLeads: member[] = [ | |||
| imgSrc: 'https://i.imgur.com/zDqurNZ.jpeg', | |||
| socials: { | |||
| linkedin: 'https://www.linkedin.com/in/jennyfan04/', | |||
| github: 'https://github.com/jfmath04', | |||
| }, | |||
| }, | |||
| { | |||
| name: 'Zhao Song Zhou', | |||
| role: 'Team Lead', | |||
| year: '2025 - 2026', | |||
| imgSrc: 'https://i.imgur.com/JeUh9dc.jpeg', | |||
| socials: { | |||
| linkedin: 'https://www.linkedin.com/in/zhao-song-zhou/', | |||
| github: 'https://github.com/ZhaoSongZh7', | |||
| }, | |||
| }, | |||
| { | |||
| name: 'Alvin Sze', | |||
| role: 'Team Lead', | |||
| year: '2025 - 2026', | |||
| imgSrc: 'https://i.imgur.com/mZy9kzp.jpeg', | |||
| socials: { | |||
| linkedin: 'https://www.linkedin.com/in/alvinsze/', | |||
| github: 'https://github.com/asze17', | |||
| }, | |||
| }, | |||
| ]; | |||
Member
There was a problem hiding this comment.
Change the year to 2026-2027 for us and move Jenny to past leadership, since by the time this app is released, it's going to be the next AY.
| { | ||
| name: 'Allison Lee', | ||
| role: 'Product Manager', | ||
| year: '', |
Member
There was a problem hiding this comment.
Why don't team members have a year?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
References
Proposed Changes