Update invoice footer with new logo

This commit is contained in:
Benjamin Beganović 2020-06-30 17:10:36 +02:00
parent b28ec2ace2
commit 3c21b17f85
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