Skip to content

Commit 59165ae

Browse files
committed
Updated icons in side-panel and changed order
1 parent d5fb2c4 commit 59165ae

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,24 @@ export class SidenavButtonsComponent {
1111
'Implementation Levels',
1212
'Mappings',
1313
'Usage',
14-
'About Us',
1514
'Teams',
15+
'About Us',
1616
];
1717
Icons: string[] = [
1818
'table_chart',
1919
'pie_chart',
2020
'timeline',
21-
'info',
22-
'people',
21+
'description',
2322
'people',
23+
'info',
2424
];
2525
Routing: string[] = [
2626
'/',
2727
'/circular-heatmap',
2828
'/mapping',
2929
'/usage',
30-
'/about',
3130
'/teams',
31+
'/about',
3232
];
3333
constructor() {}
3434
}

0 commit comments

Comments
 (0)