diff --git a/src/app/app.module.ts b/src/app/app.module.ts index 75d05b5..8defcd6 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -28,12 +28,12 @@ import { GeneratorSearchComponent } from './generator-search/generator-search.co BrowserAnimationsModule, RouterModule.forRoot([ - {path: '', component: FrontpageComponent} - {path: 'authentication', component: AuthenticationComponent} - {path: 'generator-search', component: GeneratorSearchComponent} - {path: 'statistics', component: StatisticsComponent} - {path: 'warnings', component: WarningsComponent} - {path: 'history', component: HistoryComponent} + {path: '', component: FrontpageComponent}, + {path: 'authentication', component: AuthenticationComponent}, + {path: 'generator-search', component: GeneratorSearchComponent}, + {path: 'statistics', component: StatisticsComponent}, + {path: 'warnings', component: WarningsComponent}, + {path: 'history', component: HistoryComponent}, ]), diff --git a/src/images/logo2.png b/src/images/logo2.png new file mode 100644 index 0000000..c0ef5fe Binary files /dev/null and b/src/images/logo2.png differ