Use placeholder and not the Coolify logo if no logo is provided.

This commit is contained in:
peaklabs-dev
2024-11-25 22:08:51 +01:00
parent 852db5105a
commit 33435a1bdb
3 changed files with 7 additions and 3 deletions

View File

@@ -71,7 +71,7 @@ class ServicesGenerate extends Command
'slogan' => $data->get('slogan', str($file)->headline()),
'compose' => $compose,
'tags' => $tags,
'logo' => $data->get('logo', 'svgs/coolify.png'),
'logo' => $data->get('logo', 'svgs/default.webp'),
'minversion' => $data->get('minversion', '0.0.0'),
];