Skip to content

Commit cc82e40

Browse files
committed
minigame close
1 parent e5dfdaa commit cc82e40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/imageslider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ const ImageSlider = () => {
250250
</map>
251251
</div>
252252
<button onClick={startGame} style={{ marginTop: '10px', marginBottom: '10px' }}>
253-
{showStage1 || showStage2 || showStage3 ? '미니 게임 닫기' : '미니 게임 시작'}
253+
{showStage1 || showStage2 || showStage3 ? '미니게임 닫기' : '미니게임 열기'}
254254
</button>
255255
{currentIndex > 0 && (
256256
<button

0 commit comments

Comments
 (0)