We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01a9d66 commit 43b8362Copy full SHA for 43b8362
1 file changed
src/app/component/sidenav-buttons/sidenav-buttons.component.ts
@@ -11,31 +11,31 @@ export class SidenavButtonsComponent implements OnInit {
11
'Overview',
12
'Matrix',
13
'Mappings',
14
- 'Usage',
15
'Teams',
16
- 'About Us',
17
- 'DSOMM User Day 2025',
+ 'Usage',
18
'Roadmap v4.0',
+ 'DSOMM User Day 2025',
+ 'About Us',
19
];
20
Icons: string[] = [
21
'pie_chart',
22
'table_chart',
23
'timeline',
24
- 'description',
25
'people',
26
- 'info',
27
- 'school',
+ 'description',
28
'landscape',
+ 'school',
+ 'info',
29
30
Routing: string[] = [
31
'/circular-heatmap',
32
'/matrix',
33
'/mapping',
34
- '/usage',
35
'/teams',
36
- '/about',
37
- '/userday',
+ '/usage',
38
'/roadmap',
+ '/userday',
+ '/about',
39
40
41
isNightMode = false;
0 commit comments