diff --git a/front-end/src/app/app.component.ts b/front-end/src/app/app.component.ts index 3b22c45..1233801 100644 --- a/front-end/src/app/app.component.ts +++ b/front-end/src/app/app.component.ts @@ -112,8 +112,8 @@ export class AppComponent { }, { id: 2, - text: 'Interface de synthèse', - routerLink: 'interface-de-synthese', + text: 'Consulter les évènements', + routerLink: 'evenements', authenficated: null, click: () => null, observationsPending: false, @@ -130,14 +130,14 @@ export class AppComponent { id: 4, text: 'Fonds de carte hors ligne', routerLink: 'fonds-de-carte-hors-ligne', - authenficated: true, + authenficated: null, click: () => null, observationsPending: false, }, { id: 5, text: 'À propos', - routerLink: 'en-savoir-plus', + routerLink: 'a-propos', authenficated: null, click: () => null, observationsPending: false, diff --git a/front-end/src/app/app.routes.ts b/front-end/src/app/app.routes.ts index a6e787e..3fa5d4e 100644 --- a/front-end/src/app/app.routes.ts +++ b/front-end/src/app/app.routes.ts @@ -37,21 +37,21 @@ export const routes: Routes = [ canActivate: [authGuard], }, { - path: 'detail-d-une-observation/:observation', - title: "Détail d'une observation • Regard d'altitude", + path: 'evenement/:observation', + title: "Détail d'un évènement • Regard d'altitude", component: ObservationDetailComponent, data: { - title: "Détail d'une observation", + title: "Détail d'un évènement", backButton: true, accountButton: false, }, }, { - path: 'interface-de-synthese', - title: "Interface de synthèse • Regard d'altitude", + path: 'evenements', + title: "Les évènements • Regard d'altitude", component: SynthesisInterfaceComponent, data: { - title: 'Interface de synthèse', + title: 'Les évènements', backButton: true, accountButton: false, }, @@ -117,14 +117,13 @@ export const routes: Routes = [ backButton: true, accountButton: false, }, - canActivate: [authGuard], }, { - path: 'en-savoir-plus', - title: 'En savoir plus', + path: 'a-propos', + title: 'À propos', component: LearnMoreComponent, data: { - title: 'En savoir plus', + title: 'À propos', backButton: true, accountButton: false, }, diff --git a/front-end/src/app/pages/home/home.component.html b/front-end/src/app/pages/home/home.component.html index 688c4ed..50c4637 100644 --- a/front-end/src/app/pages/home/home.component.html +++ b/front-end/src/app/pages/home/home.component.html @@ -14,7 +14,7 @@