Skip to content
Snippets Groups Projects
Commit 3838740d authored by Ramesh Kumar's avatar Ramesh Kumar
Browse files

TMSS-242: Project menu icon updated

parent 7c9c1c0f
No related branches found
No related tags found
1 merge request!191Resolve TMSS-243
......@@ -94,7 +94,7 @@ p {
color: #28289b;
}
.fa {
.layout-main .fa {
color: #005b9f;
}
......
......@@ -37,7 +37,7 @@ class App extends Component {
{label: 'Dashboard', icon: 'pi pi-fw pi-home', to:'/dashboard'},
{label: 'Scheduling Units', icon: 'pi pi-fw pi-calendar', to:'/scheduling'},
{label: 'Tasks', icon: 'pi pi-fw pi-check-square', to:'/task'},
{label: 'Project', icon: 'pi pi-fw pi-check-square', to:'/project/list'}
{label: 'Project', icon: 'fa fa-fw fa-binoculars', to:'/project/list'}
];
// this.menuComponent = {'Dashboard': Dashboard}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment