mirror of
https://github.com/mempool/mempool.git
synced 2025-03-26 17:51:45 +01:00
Remove /graphs from demo routes
This commit is contained in:
parent
99cc47cf00
commit
57299e086e
@ -239,7 +239,7 @@ export function handleDemoRedirect(route: ActivatedRoute, router: Router) {
|
||||
route.queryParams
|
||||
.subscribe(params => {
|
||||
if (params.next) {
|
||||
const path = ['/', '/acceleration', '/mining', '/lightning', '/graphs'];
|
||||
const path = ['/', '/acceleration', '/mining', '/lightning'];
|
||||
const index = path.indexOf(params.next);
|
||||
if (index >= 0) {
|
||||
const nextPath = path[(index + 1) % path.length];
|
||||
|
Loading…
x
Reference in New Issue
Block a user