chg: [logo] colour change

- for the swarm
pull/38/head
iglocska 2020-12-02 19:37:24 +01:00
parent 64874bdb7e
commit fabadf3380
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<?php
echo $this->Html->image('logo.png', ['alt' => 'CakePHP', 'class="form-signin"']);
echo $this->Html->image('logo-purple.png', ['alt' => 'CakePHP', 'class="form-signin"']);
echo '<div class="form-signin">';
echo $this->Form->create(null, ['url' => ['controller' => 'users', 'action' => 'login']]);
echo $this->Form->control('username', ['label' => false, 'class' => 'form-control', 'placeholder' => __('Username')]);

BIN
webroot/img/logo-purple.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB