diff --git a/frontend/src/app/app-routing.module.ts b/frontend/src/app/app-routing.module.ts index 6365ec873..e123a1525 100644 --- a/frontend/src/app/app-routing.module.ts +++ b/frontend/src/app/app-routing.module.ts @@ -126,7 +126,7 @@ let routes: Routes = [ component: MempoolBlockViewComponent, }, { - path: 'eight-blocks', + path: 'view/blocks', component: EightBlocksComponent, }, {