We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7571a3f commit fb5bae2Copy full SHA for fb5bae2
src/components/WaitingList/SubButton.tsx
@@ -39,7 +39,7 @@ function SubButton() {
39
</div> */}
40
<br/>
41
<button onClick={iswaitingChange} className={`stopRegisterButton ${is_waiting ? 'closeBg' : 'openBg'}`} >
42
- {is_waiting ? 'CLOSE' : 'OPEN'}
+ {is_waiting ? '대기 마감' : '대기 시작'}
43
</button>
44
{/* <div className=' stopRegisterText'>
45
{is_waiting ? '대기 마감' : '대기 시작'}
0 commit comments