Skip to content

Commit

Permalink
fix(About): add authors
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzocorallo committed Mar 25, 2024
1 parent ae64a2d commit 7b87c6b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export const members: Member[] = [
{
name: 'Gabriele Zanini',
tg: 'zagbc',
roles: [MemberRole.ProjectLeader]
roles: [MemberRole.ProjectLeader, MemberRole.Author]
},
{
name: 'Federico Grandi',
Expand Down Expand Up @@ -177,6 +177,16 @@ export const members: Member[] = [
name: 'Lorenzo Corallo',
tg: 'lorenzocorallo',
roles: [MemberRole.Dev]
},
{
name: 'Caleb Koomson',
tg: 'koomson1',
roles: [MemberRole.Author]
},
{
name: 'Lorenzo Matteo Salvatori',
tg: 'Lorenz02003',
roles: [MemberRole.Author]
}
]

Expand Down

0 comments on commit 7b87c6b

Please sign in to comment.