Fixed logo

This commit is contained in:
Kasra Bigdeli 2019-12-03 19:49:07 -05:00
parent dfdb316d8b
commit 76a2a55ce5
2 changed files with 1 additions and 2 deletions

View File

@ -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'
}
}

View File

@ -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": {