Skip to content

Commit 93823f2

Browse files
committed
add manuel gallego barra profile in members component
1 parent c4bd05e commit 93823f2

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

84.9 KB
Loading

src/pods/about/members.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,11 @@ export const memberList: Member[] = [
8585
urlLinkedin: 'https://linkedin.com/in/francisco-l%C3%B3pez-torres',
8686
image: './assets/fran-lopez.jpg',
8787
},
88+
{
89+
id: '12',
90+
name: 'Manuel',
91+
surname: 'Gallego Barra',
92+
urlLinkedin: 'https://www.linkedin.com/in/manuelgallegobarra/',
93+
image: './assets/manuel-gallego-barra.jpeg',
94+
},
8895
];

0 commit comments

Comments
 (0)