1
0

The End.jsx now loops the song

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

View File

@ -24,7 +24,7 @@ export const End = () => {
return (
<div className="end-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}/>
{[...groups, ...allGroups].map(group => (
<div key={group.id} className="glassy group">
<div className="group-item">