Skip to content

Commit 7bd9ff0

Browse files
authored
Merge pull request #340 from vuejs-jp/add-member-staff-list
refactor: add team member to list
2 parents c8284ec + 7e6615a commit 7bd9ff0

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

apps/web/app/public/team/mussin.jpg

25.2 KB
Loading

apps/web/app/utils/constants.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,11 @@ export const team = [
338338
image_url: 'team/yamageji.jpg',
339339
x_id: 'yamageji',
340340
},
341+
{
342+
name: 'Mussin',
343+
image_url: 'team/mussin.jpg',
344+
x_id: '',
345+
},
341346
]
342347

343348
export const volunteers = [

0 commit comments

Comments
 (0)