Update invoice footer with new logo
This commit is contained in:
parent
b28ec2ace2
commit
3c21b17f85
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