File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
src/app/component/sidenav-buttons Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -11,31 +11,31 @@ export class SidenavButtonsComponent implements OnInit {
1111 'Overview' ,
1212 'Matrix' ,
1313 'Mappings' ,
14- 'Usage' ,
1514 'Teams' ,
16- 'About Us' ,
17- 'DSOMM User Day 2025' ,
15+ 'Usage' ,
1816 'Roadmap v4.0' ,
17+ 'DSOMM User Day 2025' ,
18+ 'About Us' ,
1919 ] ;
2020 Icons : string [ ] = [
2121 'pie_chart' ,
2222 'table_chart' ,
2323 'timeline' ,
24- 'description' ,
2524 'people' ,
26- 'info' ,
27- 'school' ,
25+ 'description' ,
2826 'landscape' ,
27+ 'school' ,
28+ 'info' ,
2929 ] ;
3030 Routing : string [ ] = [
3131 '/circular-heatmap' ,
3232 '/matrix' ,
3333 '/mapping' ,
34- '/usage' ,
3534 '/teams' ,
36- '/about' ,
37- '/userday' ,
35+ '/usage' ,
3836 '/roadmap' ,
37+ '/userday' ,
38+ '/about' ,
3939 ] ;
4040
4141 isNightMode = false ;
You can’t perform that action at this time.
0 commit comments