Skip to content

Commit

Permalink
chore: 미운메 -> 운미메로 순서 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
lydiacho committed Mar 3, 2024
1 parent e874f0d commit f2d7740
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/lib/api/mock/about.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: 'media@sopt.org',
github: 'chaentopia',
},
{
id: 5,
name: '곽성준',
Expand All @@ -94,6 +84,16 @@ const getMemberInfo = async (): Promise<GetMembersInfoResponse> => ({
gmail: 'master@sopt.org',
github: 'sjk4618',
},
{
id: 4,
name: '정채은',
position: '미디어 팀장',
currentProject: 'YELL:O, PINGLE',
description: '이상적인 기억을 기록합니다.',
imageSrc: '/images/members/4.png',
gmail: 'media@sopt.org',
github: 'chaentopia',
},
{
id: 3,
name: '정동규',
Expand Down

0 comments on commit f2d7740

Please sign in to comment.