Skip to content

Commit

Permalink
design: MakerIntroduce 컴포넌트 텍스트 변경
Browse files Browse the repository at this point in the history
- 등록된 메이커/스태프 정보가 없어요 -> 등록된 출연진 정보가 없어요 로 변경
  • Loading branch information
pepperdad committed Dec 18, 2024
1 parent 5db945b commit bcfba79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/gig/components/makerIntroduce/MakerIntroduce.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const MakerIntroduce = ({ teamName, castList, staffList }: MakerIntroduceProps)
))}
</S.TeamPeopleCardWrapper>
) : (
<S.NoContentBox>등록된 메이커 정보가 없어요.</S.NoContentBox>
<S.NoContentBox>등록된 출연진 정보가 없어요.</S.NoContentBox>
)}
</S.MakerInfoContainer>

Expand All @@ -44,7 +44,7 @@ const MakerIntroduce = ({ teamName, castList, staffList }: MakerIntroduceProps)
))}
</S.TeamPeopleCardWrapper>
) : (
<S.NoContentBox>등록된 스태프 정보가 없어요.</S.NoContentBox>
<S.NoContentBox>등록된 출연진 정보가 없어요.</S.NoContentBox>
)}
</S.MakerInfoContainer>
</S.Wrapper>
Expand Down

0 comments on commit bcfba79

Please sign in to comment.