mirror of
https://github.com/mempool/mempool.git
synced 2024-11-19 01:41:01 +01:00
Tweak demo mode to use all dashboards
This commit is contained in:
parent
f0c76c1349
commit
90ca77a46a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user