Update SUPERCOMMAND.tsx

This commit is contained in:
암냥 2025-09-09 15:46:55 +09:00 committed by GitHub
commit 4fae5ce08f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -108,7 +108,7 @@ export default function SUPERCOMMAND() {
return ( return (
<div id="supercommand" className="fixed bottom-5 left-5"> <div id="supercommand" className="fixed bottom-5 left-5">
<h1 className="text-2xl"><span className="text-3xl font-bold">{tabCount}</span> Combo</h1> <h1 className="text-2xl"><span className="text-3xl font-bold">{tabCount}</span> Combo</h1>
{showPressSpace ? <p> .{tabCount === 8 && localStorage.getItem('visited8') ? <p><br/> <br/> ? 믿 ?<br/> 1100 .</p> : null}</p> : null} {showPressSpace ? <p> .{tabCount === 8 && localStorage.getItem('visited8') ? null : null}</p> : null}
</div> </div>
); );
} }