Skip to content

Commit 5b0031e

Browse files
committed
add new user to about pod
1 parent c4ac358 commit 5b0031e

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

8.38 KB
Loading

apps/web/src/pods/about/members.ts

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,15 @@ export const memberList: Member[] = [
164164
urlLinkedin: 'https://www.linkedin.com/in/gabriel-ionut-birsan-b14816307/',
165165
image: './assets/gabriel-ionut.jpeg',
166166
},
167-
168167
{
169168
id: '22',
169+
name: 'Jonathan',
170+
surname: 'King',
171+
urlLinkedin: 'https://www.linkedin.com/in/jonathan-king-6a23861a3/',
172+
image: './assets/jonathan-king.jpeg',
173+
},
174+
{
175+
id: '23',
170176
name: 'Antonio',
171177
surname: 'Contreras',
172178
urlLinkedin:
@@ -175,7 +181,7 @@ export const memberList: Member[] = [
175181
},
176182

177183
{
178-
id: '23',
184+
id: '24',
179185
name: 'Braulio',
180186
surname: 'Diez',
181187
urlLinkedin: 'https://www.linkedin.com/in/brauliodiez/',

0 commit comments

Comments
 (0)