Merge pull request #3869 from beganovich/v2-3006-invoice-fixes
Update invoice footer with new logo
This commit is contained in:
commit
4fac99c6bd
2 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ class Designer
|
|||
$logo = '<div></div>';
|
||||
|
||||
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);
|
||||
|
|
|
|||
BIN
public/images/created-by-invoiceninja-new.png
Normal file
BIN
public/images/created-by-invoiceninja-new.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
Loading…
Add table
Reference in a new issue