about/index.phtml: Use default icinga logo

This commit is contained in:
Florian Strohmaier 2020-10-20 16:01:20 +02:00 committed by Johannes Meyer
parent ac1a364682
commit 464e6a0b43
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<?= $tabs ?>
</div>
<div id="about" class="content content-centered">
<?= $this->img('img/icinga-logo-big-dark.png', null, array('width' => 320)) ?>
<?= $this->img('img/icinga-logo-big.svg', null, array('class' => 'icinga-logo', 'width' => 320)) ?>
<dl class="name-value-list">
<?php if (isset($version['appVersion'])): ?>
<dt><?= $this->translate('Icinga Web 2 Version') ?></dt>