Fixed logo
This commit is contained in:
parent
dfdb316d8b
commit
76a2a55ce5
|
|
@ -40,7 +40,7 @@
|
||||||
name: apps[i],
|
name: apps[i],
|
||||||
displayName: content.displayName,
|
displayName: content.displayName,
|
||||||
description: content.description,
|
description: content.description,
|
||||||
logoUrl: content.hasLogo ? (apps[i] + '.png') : 'https://caprover.com/img/logo.png',
|
logoUrl: apps[i] + '.png'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
"captainVersion": "2",
|
"captainVersion": "2",
|
||||||
"documentation": "Taken from https://hub.docker.com/_/adminer ",
|
"documentation": "Taken from https://hub.docker.com/_/adminer ",
|
||||||
"description": "Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP",
|
"description": "Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP",
|
||||||
"hasLogo": "true",
|
|
||||||
"dockerCompose": {
|
"dockerCompose": {
|
||||||
"version": "3.3",
|
"version": "3.3",
|
||||||
"services": {
|
"services": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue