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';
break;
case 'contracts':
icon = 'text-success icon appstore-icon';
icon = 'text-success fa fa-file-text';
break;
case 'app':
icon = 'text-primary fa fa-code';