💫 Increase time between stages on initilization screen

This commit is contained in:
Alicia Sykes 2024-04-28 20:40:57 +01:00
parent 21eb2a604d
commit a327bf2349

View File

@ -60,7 +60,7 @@
}
body {
background: #141b33;
background: #0d1220;
display: flex;
flex-direction: column;
justify-content: center;
@ -197,8 +197,8 @@
</style>
<script>
const refreshRate = 8000;
// Refresh at interval
// Refresh the page every 10 seconds
const refreshRate = 10000;
setTimeout(() => { location.reload(); }, refreshRate);
// Get current stage