Bugfix: Latestblock height didn't propagate in the template

Renaming Contributors to About
This commit is contained in:
softsimon
2020-06-21 14:55:16 +07:00
parent c9cc660e54
commit 7e9ba6b983
4 changed files with 9 additions and 8 deletions

View File

@@ -45,7 +45,7 @@ const routes: Routes = [
component: StatisticsComponent,
},
{
path: 'contributors',
path: 'about',
component: AboutComponent,
},
{
@@ -98,7 +98,7 @@ const routes: Routes = [
component: TelevisionComponent,
},
{
path: 'contributors',
path: 'about',
component: AboutComponent,
},
{
@@ -151,7 +151,7 @@ const routes: Routes = [
component: StatisticsComponent,
},
{
path: 'contributors',
path: 'about',
component: AboutComponent,
},
{
@@ -204,7 +204,7 @@ const routes: Routes = [
component: StatisticsComponent,
},
{
path: 'contributors',
path: 'about',
component: AboutComponent,
},
{