We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac5ab6c + bcb66cd commit 7d446aaCopy full SHA for 7d446aa
src/components/Schedule/ScheduleDetail.jsx
@@ -70,7 +70,7 @@ const ScheduleDetail = () => {
70
<div>
71
{/* 참여자는 2명이상일 때부터 화면에 보입니다. */}
72
{numberOfJoiner !== 1 ? (
73
- <div className="mt-[30px] h-[98px] mx-auto]">
+ <div className="mt-[30px] ml-[20px] h-[98px]">
74
참여자
75
<div className="bg-white h-[50px] w-[335px] mt-[20px] p-[15px] drop-shadow-lg flex rounded-lg">
76
{joiner &&
src/components/schedule/ScheduleDetail.jsx
0 commit comments