Update icon upload plugin

This commit is contained in:
Aurelsicoko 2018-03-05 15:51:26 +01:00
parent 06181c3f09
commit be40cd7392
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
} }
.image { .image {
color: #97C153; color: #8AA066;
} }
.pdf { .pdf {

View File

@ -4,7 +4,7 @@
"description": "This is the description of the plugin.", "description": "This is the description of the plugin.",
"strapi": { "strapi": {
"name": "Files Upload", "name": "Files Upload",
"icon": "upload", "icon": "cloud-upload",
"description": "Description of upload plugin." "description": "Description of upload plugin."
}, },
"scripts": { "scripts": {
@ -48,4 +48,4 @@
"npm": ">= 3.0.0" "npm": ">= 3.0.0"
}, },
"license": "MIT" "license": "MIT"
} }