Skip to content

Commit 8efd1c7

Browse files
committed
Changed sidenav icons
1 parent 59ae128 commit 8efd1c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Component, OnInit } from '@angular/core';
77
})
88
export class SidenavButtonsComponent implements OnInit {
99
Options: string[] = ['Matrix', 'Home','Implementation Levels','Mappings','Usage','About Us'];
10-
Icons: string[] = ['bar_chart','home','home','home','home','home'];
10+
Icons: string[] = ['table_chart','home','pie_chart','timeline','info','people'];
1111
Routing: string[]=['/','/home','/circular-heatmap','/mapping','/usage','/about']
1212
constructor() { }
1313

0 commit comments

Comments
 (0)