Skip to content

Commit 43b8362

Browse files
committed
Menu: Reorderd items
1 parent 01a9d66 commit 43b8362

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/app/component/sidenav-buttons/sidenav-buttons.component.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)