Merge pull request #3869 from beganovich/v2-3006-invoice-fixes

Update invoice footer with new logo
This commit is contained in:
David Bomba 2020-07-01 08:10:53 +10:00 committed by GitHub
commit 4fac99c6bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ class Designer
$logo = '<div></div>'; $logo = '<div></div>';
if (!$this->entity->user->account->isPaid()) { if (!$this->entity->user->account->isPaid()) {
$logo = '<img src="$app_url/images/created-by-invoiceninja.jpg" />'; $logo = '<img class="h-32" src="$app_url/images/created-by-invoiceninja-new.png" />';
} }
return sprintf($div, $this->getSection('footer'), $signature, $logo); return sprintf($div, $this->getSection('footer'), $signature, $logo);

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB