We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4ac358 commit 5b0031eCopy full SHA for 5b0031e
2 files changed
apps/web/public/assets/jonathan-king.jpeg
8.38 KB
apps/web/src/pods/about/members.ts
@@ -164,9 +164,15 @@ export const memberList: Member[] = [
164
urlLinkedin: 'https://www.linkedin.com/in/gabriel-ionut-birsan-b14816307/',
165
image: './assets/gabriel-ionut.jpeg',
166
},
167
-
168
{
169
id: '22',
+ 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',
176
name: 'Antonio',
177
surname: 'Contreras',
178
urlLinkedin:
@@ -175,7 +181,7 @@ export const memberList: Member[] = [
181
182
183
- id: '23',
184
+ id: '24',
179
185
name: 'Braulio',
180
186
surname: 'Diez',
187
urlLinkedin: 'https://www.linkedin.com/in/brauliodiez/',
0 commit comments