mirror of
https://github.com/mempool/mempool.git
synced 2025-02-23 22:46:54 +01:00
Tweak demo mode to use all dashboards
This commit is contained in:
parent
f0c76c1349
commit
90ca77a46a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue