Skip to content

Commit

Permalink
Update people page (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
chromium-52 authored Jan 19, 2024
1 parent 487edb0 commit 4d57617
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions apps/dotcom/src/app/pages/people/PeopleData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ export const people: Person[] = [
'https://c4cneu-public.s3.us-east-2.amazonaws.com/Board/2023/adalia_lee.jpeg',
linkedin: 'https://www.linkedin.com/in/adalia-lee/',
email: '[email protected]',
website: 'https://adalia-lee.adalial.repl.co',
website: 'https://adalialee.github.io/adalia-lee/',
},
{
name: 'Kaylee Wu',
Expand All @@ -342,7 +342,14 @@ export const people: Person[] = [
email: '[email protected]',
},
// Aditya
// Neeti
{
name: 'Neeti Desai',
position: 'Developer',
image: 'https://c4cneu-public.s3.us-east-2.amazonaws.com/Board/2023/neeti_desai.jpg',
linkedin: 'https://www.linkedin.com/in/neeti-desai/',
email: '[email protected]',
github: 'https://github.com/neetidesai'
},
{
name: 'Ethan Kong',
position: 'Developer',
Expand Down

0 comments on commit 4d57617

Please sign in to comment.