Skip to content

Commit

Permalink
refactor(MeetingCreationConfirmModal): p 태그로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoonkyoungme committed Oct 17, 2024
1 parent b58b98e commit 21e1aef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default function MeetingCreationConfirmModal({
<h3>
{year}{month}
</h3>
<div>{dates.join(', ')}</div>
<p>{dates.join(', ')}</p>
</div>
);
})}
Expand Down

0 comments on commit 21e1aef

Please sign in to comment.