From 4fae5ce08f11f45c9ee0938f714d0577cc12a99e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=95=94=EB=83=A5=20=28imnyang=29?= Date: Tue, 9 Sep 2025 15:46:55 +0900 Subject: [PATCH] Update SUPERCOMMAND.tsx --- src/components/SUPERCOMMAND.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/SUPERCOMMAND.tsx b/src/components/SUPERCOMMAND.tsx index 5611586..6811998 100644 --- a/src/components/SUPERCOMMAND.tsx +++ b/src/components/SUPERCOMMAND.tsx @@ -108,7 +108,7 @@ export default function SUPERCOMMAND() { return (

{tabCount} Combo

- {showPressSpace ?

스페이스바를 눌러주세요.{tabCount === 8 && localStorage.getItem('visited8') ?


우리가 끝이라 생각하는 것은 한번 더 생각해봐야한다
이게 진짜 끝일까? 아님 그냥 그렇게 믿고 싶은 걸까?
뭐 여기서 끝을 보려면 앞으로 1100번은 남은 것 같다.

: null}

: null} + {showPressSpace ?

스페이스바를 눌러주세요.{tabCount === 8 && localStorage.getItem('visited8') ? null : null}

: null}
); -} \ No newline at end of file +}