Only display About page on main Bitcoin network.

This commit is contained in:
softsimon
2020-10-07 20:27:22 +07:00
parent 17dd03682b
commit 0ee2753100
2 changed files with 1 additions and 9 deletions

View File

@@ -98,10 +98,6 @@ const routes: Routes = [
path: 'graphs',
component: StatisticsComponent,
},
{
path: 'about',
component: AboutComponent,
},
{
path: 'address/:id',
component: AddressComponent
@@ -167,10 +163,6 @@ const routes: Routes = [
path: 'graphs',
component: StatisticsComponent,
},
{
path: 'about',
component: AboutComponent,
},
{
path: 'address/:id',
children: [],