Skip to content

Commit

Permalink
chore: 출연진 -> 스태프로 텍스트 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
pepperdad committed Jan 5, 2025
1 parent 84067b9 commit b9ed031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/gig/components/makerIntroduce/MakerIntroduce.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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 b9ed031

Please sign in to comment.