Skip to content

Commit

Permalink
Chore: team 생성 폼 내 관련없는 설명 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
irenee-14 authored Oct 15, 2024
1 parent 263cbb0 commit afed04b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/agenda/detail/team/create.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ const CreateTeam = () => {
<div className={styles.pageContainer}>
<div className={styles.container}>
<h2 className={styles.title}>팀 만들기</h2>
<p className={styles.description}>팀 인원 : 3명-8명까지 가능</p>
<CreateTeamForm
location={agendaInfo?.agendaLocation || null}
agendaKey={agendaKey as string}
Expand Down

0 comments on commit afed04b

Please sign in to comment.