Skip to content

Commit

Permalink
Merge pull request #32 from biels/biels/add-member
Browse files Browse the repository at this point in the history
feat: added as member
  • Loading branch information
eudago authored Oct 21, 2023
2 parents 2d8282a + 699d419 commit 5e62b33
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/member.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@ const members: Member[] = [
linkedin: 'aleix-canet-vidal',
website: 'https://aleixcanet.dev',
},
{
github: 'biels',
name: 'Biel Simon',
role: 'Senior Javascipt Engineer',
company: 'UserTesting',
twitter: 'biel_simon',
linkedin: 'biel-simon-16554760',
},
];

const membersDictionary: Dictionary<Member> = members.reduce(
Expand Down

1 comment on commit 5e62b33

@vercel
Copy link

@vercel vercel bot commented on 5e62b33 Oct 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.