Various fixes and design updates.

This commit is contained in:
Simon Lindh
2020-02-24 22:51:27 +07:00
committed by wiz
parent 76fd441e07
commit 90a1fcaf8d
14 changed files with 55 additions and 55 deletions

View File

@@ -24,7 +24,7 @@ const routes: Routes = [
component: StatisticsComponent,
},
{
path: 'team',
path: 'contributors',
component: AboutComponent,
},
{