Skip to content

Commit 5ca6cae

Browse files
authored
Merge pull request #568 from Lemoncode/feature/add-new-member-to-about-section
feat: add Guste Gaubaite to member list and about page
2 parents 1ae6224 + f6c027c commit 5ca6cae

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

public/assets/guste-gaubaite.jpg

34.1 KB
Loading

src/pods/about/members.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,11 @@ export const memberList: Member[] = [
9292
urlLinkedin: 'https://www.linkedin.com/in/manuelgallegobarra/',
9393
image: './assets/manuel-gallego-barra.jpeg',
9494
},
95+
{
96+
id: '13',
97+
name: 'Guste',
98+
surname: 'Gaubaite',
99+
urlLinkedin: 'https://www.linkedin.com/in/gustegaubaite/',
100+
image: './assets/guste-gaubaite.jpg',
101+
},
95102
];

0 commit comments

Comments
 (0)