Skip to content

Commit

Permalink
feat: add new volunteer member
Browse files Browse the repository at this point in the history
  • Loading branch information
jagcruz committed Oct 18, 2024
1 parent cee9cb8 commit 48e8875
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Binary file not shown.
6 changes: 6 additions & 0 deletions src/data/team.data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,11 @@ export const volunteers: VolunteerMember[] = [
{ label: 'Github', link: 'https://github.com/luc-mo', icon: 'github', color: 'var(--github-color)' },
{ label: 'LinkedIn', link: 'https://www.linkedin.com/in/lucmoralesr', icon: 'linkedin', color: 'var(--linkedin-color)' }
]
},
{
name: 'Tomas Graziano',
img: 'tomas-graziano',
tags: ['dev'],
socials: [{ label: 'GitHub', link: 'https://github.com/GountzJs', icon: 'github', color: 'var(--github-color)' }]
}
];

0 comments on commit 48e8875

Please sign in to comment.