Skip to content

Commit

Permalink
N°5028 Revert default logos by png ones
Browse files Browse the repository at this point in the history
  • Loading branch information
steffunky committed Apr 8, 2022
1 parent 604837c commit bac2918
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file modified images/itop-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions sources/application/Branding.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
],
];

Expand Down

0 comments on commit bac2918

Please sign in to comment.