Skip to content

Commit

Permalink
chore: 상세 내용 placeholder 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
hyosin-Jang committed Jul 5, 2024
1 parent 6e31af0 commit 2d5918b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pages/RecruitmentDetail/StudyBasicInfoSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const StudyBasicInfoSection = ({ studyTitle, participantLimit, content }: StudyB
/>
</GridLayout>
<RowDivider rowHeight={1} margin={24} />
<Accordion title="상세 내용" description="상세 내용">
<Accordion title="상세 내용">
<Content>{content}</Content>
</Accordion>
</StudyInfoBox>
Expand Down

0 comments on commit 2d5918b

Please sign in to comment.