Skip to content

Commit 69027f6

Browse files
committed
Deactivate the Evolution page until my AI agent coach is ready
1 parent 9c03efd commit 69027f6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

UI/src/assets/js/constants.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@ export const NAVBAR_ELEMENTS = [
2020
icon: "pi pi-history",
2121
route: "/historique",
2222
},
23+
/* On la remettra quand elle sera prête
2324
{
2425
label: "Évolution",
2526
icon: "pi pi-chart-line",
2627
route: "/evolution",
27-
},
28+
}, */
2829
{
2930
label: "Contact",
3031
icon: "pi pi-envelope",

UI/src/router.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,14 @@ const routes = [
3232
meta: { requiresAuth: true },
3333
},
3434

35+
/*
36+
On la remettra quand elle sera prête
3537
{
3638
path: "/evolution",
3739
name: "evolution",
3840
component: EvolutionView,
3941
meta: { requiresAuth: true },
40-
},
42+
},*/
4143
{ path: "/contact", name: "contact", component: ContactView },
4244
{ path: "/inscription", component: InscriptionView },
4345
{ path: "/connexion", component: ConnexionView },

0 commit comments

Comments
 (0)