From bcfba794565fea12181a93e043ff31e9739fa225 Mon Sep 17 00:00:00 2001 From: jerry Date: Wed, 18 Dec 2024 16:54:05 +0900 Subject: [PATCH] =?UTF-8?q?design:=20MakerIntroduce=20=EC=BB=B4=ED=8F=AC?= =?UTF-8?q?=EB=84=8C=ED=8A=B8=20=ED=85=8D=EC=8A=A4=ED=8A=B8=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD=20-=20=EB=93=B1=EB=A1=9D=EB=90=9C=20=EB=A9=94?= =?UTF-8?q?=EC=9D=B4=EC=BB=A4/=EC=8A=A4=ED=83=9C=ED=94=84=20=EC=A0=95?= =?UTF-8?q?=EB=B3=B4=EA=B0=80=20=EC=97=86=EC=96=B4=EC=9A=94=20->=20?= =?UTF-8?q?=EB=93=B1=EB=A1=9D=EB=90=9C=20=EC=B6=9C=EC=97=B0=EC=A7=84=20?= =?UTF-8?q?=EC=A0=95=EB=B3=B4=EA=B0=80=20=EC=97=86=EC=96=B4=EC=9A=94=20?= =?UTF-8?q?=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/gig/components/makerIntroduce/MakerIntroduce.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/gig/components/makerIntroduce/MakerIntroduce.tsx b/src/pages/gig/components/makerIntroduce/MakerIntroduce.tsx index 0990beb3..fe15f8a7 100644 --- a/src/pages/gig/components/makerIntroduce/MakerIntroduce.tsx +++ b/src/pages/gig/components/makerIntroduce/MakerIntroduce.tsx @@ -26,7 +26,7 @@ const MakerIntroduce = ({ teamName, castList, staffList }: MakerIntroduceProps) ))} ) : ( - 등록된 메이커 정보가 없어요. + 등록된 출연진 정보가 없어요. )} @@ -44,7 +44,7 @@ const MakerIntroduce = ({ teamName, castList, staffList }: MakerIntroduceProps) ))} ) : ( - 등록된 스태프 정보가 없어요. + 등록된 출연진 정보가 없어요. )}