Skip to content

Commit

Permalink
design: 미작성 텍스트 작성
Browse files Browse the repository at this point in the history
  • Loading branch information
cjy3458 committed Aug 27, 2024
1 parent 12a79bb commit 73e3be2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/tales/taleDetail/TaleDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@ const TaleDetail = () => {
</S.SectionWrapper>
<S.SectionWrapper>
<S.Title>등장인물</S.Title>
<S.SemiTitle>동화의 등장인물을 설정해주세요</S.SemiTitle>
<S.SemiTitle>
동화의 등장인물을 설정해주세요 {"(최대 3개)"}
</S.SemiTitle>
<Dropdown
selectList={availableCharacters}
setter={setCharacters}
Expand Down

0 comments on commit 73e3be2

Please sign in to comment.