Merge pull request #178 from status-im/fix/change-contract-folder-icon

Change contract folder icon
This commit is contained in:
Iuri Matias 2018-10-29 12:11:16 +01:00 committed by GitHub
commit f483230650
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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';