-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,16 +74,6 @@ const getMemberInfo = async (): Promise<GetMembersInfoResponse> => ({ | |
github: 'seeunplayer', | ||
linkedin: 'tina-park-755ab8230', | ||
}, | ||
{ | ||
id: 4, | ||
name: '정채은', | ||
position: '미디어 팀장', | ||
currentProject: 'YELL:O, PINGLE', | ||
description: '이상적인 기억을 기록합니다.', | ||
imageSrc: '/images/members/4.png', | ||
gmail: '[email protected]', | ||
github: 'chaentopia', | ||
}, | ||
{ | ||
id: 5, | ||
name: '곽성준', | ||
|
@@ -94,6 +84,16 @@ const getMemberInfo = async (): Promise<GetMembersInfoResponse> => ({ | |
gmail: '[email protected]', | ||
github: 'sjk4618', | ||
}, | ||
{ | ||
id: 4, | ||
name: '정채은', | ||
position: '미디어 팀장', | ||
currentProject: 'YELL:O, PINGLE', | ||
description: '이상적인 기억을 기록합니다.', | ||
imageSrc: '/images/members/4.png', | ||
gmail: '[email protected]', | ||
github: 'chaentopia', | ||
}, | ||
{ | ||
id: 3, | ||
name: '정동규', | ||
|