Skip to content

Commit 1eabac1

Browse files
committed
update position
1 parent 9859817 commit 1eabac1

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

src/pods/about/members.ts

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -136,17 +136,23 @@ export const memberList: Member[] = [
136136
urlLinkedin: 'https://www.linkedin.com/in/sergioelmoreno/',
137137
image: './assets/sergio-del-campo.jpg',
138138
},
139-
140139
{
141140
id: '18',
141+
name: 'Iria',
142+
surname: 'Carballo',
143+
urlLinkedin: 'https://www.linkedin.com/in/iria-carballo/',
144+
image: './assets/iria-carballo.jpeg',
145+
},
146+
{
147+
id: '19',
142148
name: 'Gabriel',
143149
surname: 'Ionut',
144150
urlLinkedin: 'https://www.linkedin.com/in/gabriel-ionut-birsan-b14816307/',
145151
image: './assets/gabriel-ionut.jpeg',
146152
},
147153

148154
{
149-
id: '19',
155+
id: '20',
150156
name: 'Antonio',
151157
surname: 'Contreras',
152158
urlLinkedin:
@@ -155,17 +161,10 @@ export const memberList: Member[] = [
155161
},
156162

157163
{
158-
id: '20',
164+
id: '21',
159165
name: 'Braulio',
160166
surname: 'Diez',
161167
urlLinkedin: 'https://www.linkedin.com/in/brauliodiez/',
162168
image: './assets/braulio-diez.jpeg',
163169
},
164-
{
165-
id: '21',
166-
name: 'Iria',
167-
surname: 'Carballo',
168-
urlLinkedin: 'https://www.linkedin.com/in/iria-carballo/',
169-
image: './assets/iria-carballo.jpeg',
170-
},
171170
];

0 commit comments

Comments
 (0)