summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--npm_run_puplish.js2
-rw-r--r--public/v2/apps/adminer.json1
2 files changed, 1 insertions, 2 deletions
diff --git a/npm_run_puplish.js b/npm_run_puplish.js
index de4a6f3..11a36b2 100644
--- a/npm_run_puplish.js
+++ b/npm_run_puplish.js
@@ -40,7 +40,7 @@
name: apps[i],
displayName: content.displayName,
description: content.description,
- logoUrl: content.hasLogo ? (apps[i] + '.png') : 'https://caprover.com/img/logo.png',
+ logoUrl: apps[i] + '.png'
}
}
diff --git a/public/v2/apps/adminer.json b/public/v2/apps/adminer.json
index dd63cb2..36b7a7d 100644
--- a/public/v2/apps/adminer.json
+++ b/public/v2/apps/adminer.json
@@ -2,7 +2,6 @@
"captainVersion": "2",
"documentation": "Taken from https://hub.docker.com/_/adminer ",
"description": "Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP",
- "hasLogo": "true",
"dockerCompose": {
"version": "3.3",
"services": {