Tweak demo mode to use all dashboards

This commit is contained in:
wiz 2024-10-22 15:08:57 +09:00 committed by GitHub
parent f0c76c1349
commit 90ca77a46a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -76,7 +76,7 @@ export class StartComponent implements OnInit, AfterViewChecked, OnDestroy {
if (!window.demoMode) {
// @ts-ignore
window.demoMode = true;
const paths = ['', 'acceleration', 'mining', 'graphs'];
const paths = ['', 'acceleration', 'mining', 'lightning'];
let i = 0;
while ('Bitcoin is still alive') {
i = (i + 1) % paths.length;