N°5028 Revert default logos by png ones

This commit is contained in:
Stephen Abello
2022-04-08 09:46:26 +02:00
parent 604837c770
commit 9c92ada15d
2 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 30 KiB

View File

@@ -44,16 +44,16 @@ class Branding
/** @var \string[][] Relative paths to the logos from the current environment folder */
public static $aLogoPaths = [
self::ENUM_LOGO_TYPE_MAIN_LOGO_FULL => [
'default' => 'images/logos/logo-itop-simple-light.svg',
'default' => 'images/itop-logo.png',
],
self::ENUM_LOGO_TYPE_MAIN_LOGO_COMPACT => [
'default' => 'images/logos/logo-itop-compact-orange.svg',
'default' => 'images/itop-logo-square.png',
],
self::ENUM_LOGO_TYPE_PORTAL_LOGO => [
'default' => 'images/logos/logo-itop-simple-light.svg',
'default' => 'images/logo-itop-dark-bg.svg',
],
self::ENUM_LOGO_TYPE_LOGIN_LOGO => [
'default' => 'images/logos/logo-itop-baseline-dark.svg',
'default' => 'images/itop-logo-external.png',
],
];