Nightly: CHAOS-Button in 'Partymode' umbenannt (Animation beibehalten)
This commit is contained in:
parent
48a45515db
commit
fae25d7578
2 changed files with 2 additions and 2 deletions
|
|
@ -302,7 +302,7 @@ export default function App() {
|
|||
}`}
|
||||
onClick={toggleChaosMode}
|
||||
>
|
||||
CHAOS
|
||||
Partymode
|
||||
</button>
|
||||
<button className="bg-red-600 hover:bg-red-700 text-white font-bold py-3 px-6 rounded-lg transition duration-300" onClick={async () => { setChaosMode(false); await stopChaosMode(); }}>Panic</button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue