Skip to content

Commit d60ac63

Browse files
committed
change sidebar items
1 parent bcff955 commit d60ac63

2 files changed

Lines changed: 26 additions & 26 deletions

File tree

projects/skills/src/app/app.component.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ export class AppComponent implements OnInit {
5555
*/
5656
navItems = [
5757
// { name: "Навыки", icon: "lib", link: "skills" }, // Временно отключено
58-
{ name: "Старт в карьеру", icon: "trackcar", link: "trackCar" },
59-
{ name: "Траектории", icon: "receipt", link: "subscription" },
60-
{ name: "Рейтинг", icon: "growth", link: "rating" },
58+
{ name: "Детский Форсайт", icon: "trackcar", link: "trackCar" },
59+
// { name: "Траектории", icon: "receipt", link: "subscription" },
60+
// { name: "Рейтинг", icon: "growth", link: "rating" },
6161
// { name: "Траектория бизнеса", icon: "trackbuss", link: "trackBuss" }, // Временно отключено
6262
// { name: "Вебинары", icon: "webinars", link: "webinars" }, // Временно отключено
6363
];

projects/skills/src/app/app.routes.ts

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -29,25 +29,25 @@ export const routes: Routes = [
2929
path: "profile",
3030
loadChildren: () => import("./profile/profile.routes").then(c => c.PROFILE_ROUTES),
3131
},
32-
{
33-
path: "skills",
34-
loadChildren: () => import("./skills/skills.routes").then(c => c.SKILLS_ROUTES),
35-
},
36-
{
37-
path: "rating",
38-
loadChildren: () => import("./rating/rating.routes").then(c => c.RATING_ROUTES),
39-
},
40-
{
41-
path: "task",
42-
loadChildren: () => import("./task/task.routes").then(c => c.TASK_ROUTES),
43-
},
44-
{
45-
path: "trackBuss",
46-
loadChildren: () =>
47-
import("./trajectories/track-bussiness/track-bussiness.routes").then(
48-
c => c.TRACK_BUSSINESS_ROUTES
49-
),
50-
},
32+
// {
33+
// path: "skills",
34+
// loadChildren: () => import("./skills/skills.routes").then(c => c.SKILLS_ROUTES),
35+
// },
36+
// {
37+
// path: "rating",
38+
// loadChildren: () => import("./rating/rating.routes").then(c => c.RATING_ROUTES),
39+
// },
40+
// {
41+
// path: "task",
42+
// loadChildren: () => import("./task/task.routes").then(c => c.TASK_ROUTES),
43+
// },
44+
// {
45+
// path: "trackBuss",
46+
// loadChildren: () =>
47+
// import("./trajectories/track-bussiness/track-bussiness.routes").then(
48+
// c => c.TRACK_BUSSINESS_ROUTES
49+
// ),
50+
// },
5151
{
5252
path: "trackCar",
5353
loadChildren: () =>
@@ -58,8 +58,8 @@ export const routes: Routes = [
5858
loadChildren: () =>
5959
import("./subscription/subscription.routes").then(c => c.SUBSCRIPTION_ROUTES),
6060
},
61-
{
62-
path: "webinars",
63-
loadChildren: () => import("./webinars/webinars.routes").then(c => c.WEBINARS_ROUTES),
64-
},
61+
// {
62+
// path: "webinars",
63+
// loadChildren: () => import("./webinars/webinars.routes").then(c => c.WEBINARS_ROUTES),
64+
// },
6565
];

0 commit comments

Comments
 (0)