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 === 8 && localStorage.getItem('visited8') ?
우리가 끝이라 생각하는 것은 한번 더 생각해봐야한다
이게 진짜 끝일까? 아님 그냥 그렇게 믿고 싶은 걸까?
뭐 여기서 끝을 보려면 앞으로 1100번은 남은 것 같다.
스페이스바를 눌러주세요.{tabCount === 8 && localStorage.getItem('visited8') ? null : null}
: null}