diff --git a/src/app/components/ProgressBar/ProgressBar.tsx b/src/app/components/ProgressBar/ProgressBar.tsx index aa9b75c5..e20c321d 100644 --- a/src/app/components/ProgressBar/ProgressBar.tsx +++ b/src/app/components/ProgressBar/ProgressBar.tsx @@ -37,7 +37,7 @@ const ProgressBar = ({ className={`text-14 flex items-center gap-[2px] font-medium ${isClosedGathering ? 'text-var-orange-400' : 'text-var-black'}`} > - {`${participantNumber} / 20`} + {`${participantNumber} / ${capacity}`} )} {/* 개설확정 렌더링 선택 */}