Skip to content

Commit fb5bae2

Browse files
committed
feat: #16 SubButton 텍스트 수정
1 parent 7571a3f commit fb5bae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/WaitingList/SubButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function SubButton() {
3939
</div> */}
4040
<br/>
4141
<button onClick={iswaitingChange} className={`stopRegisterButton ${is_waiting ? 'closeBg' : 'openBg'}`} >
42-
{is_waiting ? 'CLOSE' : 'OPEN'}
42+
{is_waiting ? '대기 마감' : '대기 시작'}
4343
</button>
4444
{/* <div className=' stopRegisterText'>
4545
{is_waiting ? '대기 마감' : '대기 시작'}

0 commit comments

Comments
 (0)