1
0

The Create.jsx now loops the song

This commit is contained in:
Mathias Wagner 2023-11-19 15:15:13 +01:00
parent 04cb4c0bb5
commit 534a427185
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -35,7 +35,7 @@ export const Create = () => {
return (
<div className="create-page">
<Sound url={ThemeSound} playStatus={Sound.status.PLAYING} volume={musicEnabled ? 50 : 0} loop={false}/>
<Sound url={ThemeSound} playStatus={Sound.status.PLAYING} volume={musicEnabled ? 50 : 0} loop={true}/>
<div className="info-area">
<h2>Geht auf <span>{DOMAIN}</span> und gibt den Code <span>{code}</span> ein.</h2>
{groups.length > 1 && <Button text={`Mit ${groups.length} Gruppen starten`} icon={faPlay}