Skip to content

Commit 86a2955

Browse files
authored
Merge pull request #700 from Lemoncode/feature/add-new-member-to-about-us-modal
Feature/add new member to about us modal
2 parents f64f6db + 6db0aa2 commit 86a2955

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

public/assets/sergio-del-campo.jpg

147 KB
Loading

src/pods/about/members.ts

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,14 +131,22 @@ export const memberList: Member[] = [
131131

132132
{
133133
id: '17',
134+
name: 'Sergio',
135+
surname: 'del Campo',
136+
urlLinkedin: 'https://www.linkedin.com/in/sergioelmoreno/',
137+
image: './assets/sergio-del-campo.jpg',
138+
},
139+
140+
{
141+
id: '18',
134142
name: 'Gabriel',
135143
surname: 'Ionut',
136144
urlLinkedin: 'https://www.linkedin.com/in/gabriel-ionut-birsan-b14816307/',
137145
image: './assets/gabriel-ionut.jpeg',
138146
},
139147

140148
{
141-
id: '18',
149+
id: '19',
142150
name: 'Antonio',
143151
surname: 'Contreras',
144152
urlLinkedin:
@@ -147,7 +155,7 @@ export const memberList: Member[] = [
147155
},
148156

149157
{
150-
id: '19',
158+
id: '20',
151159
name: 'Braulio',
152160
surname: 'Diez',
153161
urlLinkedin: 'https://www.linkedin.com/in/brauliodiez/',

0 commit comments

Comments
 (0)