Change contract folder icon
CHange it to something that indicates text files
This commit is contained in:
parent
1576db38d5
commit
aa136b470d
|
@ -112,7 +112,7 @@ const Header = ({style, node}) => {
|
||||||
icon = 'text-warning fa fa-cogs';
|
icon = 'text-warning fa fa-cogs';
|
||||||
break;
|
break;
|
||||||
case 'contracts':
|
case 'contracts':
|
||||||
icon = 'text-success icon appstore-icon';
|
icon = 'text-success fa fa-file-text';
|
||||||
break;
|
break;
|
||||||
case 'app':
|
case 'app':
|
||||||
icon = 'text-primary fa fa-code';
|
icon = 'text-primary fa fa-code';
|
||||||
|
|
Loading…
Reference in New Issue