Change contract folder icon

CHange it to something that indicates text files
This commit is contained in:
Andre Medeiros 2018-10-28 14:41:14 +01:00
parent 1576db38d5
commit aa136b470d
1 changed files with 1 additions and 1 deletions

View File

@ -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';