Footer and header design updates.

This commit is contained in:
Simon Lindh
2020-02-24 03:42:29 +07:00
committed by wiz
parent 864b33fb38
commit c550c888a4
23 changed files with 114 additions and 82 deletions

View File

@@ -19,16 +19,12 @@ const routes: Routes = [
path: '',
component: StartComponent,
},
{
path: 'explorer',
component: ExplorerComponent,
},
{
path: 'graphs',
component: StatisticsComponent,
},
{
path: 'about',
path: 'team',
component: AboutComponent,
},
{