diff --git a/src/apps.json b/src/apps.json index 363ee4648..e1d6726c5 100755 --- a/src/apps.json +++ b/src/apps.json @@ -2294,7 +2294,7 @@ "headers": { "Server": "Mbedthis-Appweb(?:/([\\d.]+))?\\;version:\\1" }, - "icon": "EmbedThis Appweb.png", + "icon": "EmbedThis.png", "website": "embedthis.com/appweb" }, "Embedthis-http": { @@ -2304,7 +2304,7 @@ "headers": { "Server": "Embedthis-http(?:/([\\d.]+))?\\;version:\\1" }, - "icon": "Embedthis-http.png", + "icon": "Embedthis.png", "website": "github.com/embedthis/http" }, "Ember.js": { diff --git a/src/icons/EmbedThis Appweb.png b/src/icons/EmbedThis Appweb.png deleted file mode 100644 index b1df2e5b0..000000000 Binary files a/src/icons/EmbedThis Appweb.png and /dev/null differ diff --git a/src/icons/Embedthis-http.png b/src/icons/Embedthis.png similarity index 100% rename from src/icons/Embedthis-http.png rename to src/icons/Embedthis.png