mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-31 15:24:36 -04:00
Update invoice footer with new logo
This commit is contained in:
parent
b28ec2ace2
commit
3c21b17f85
@ -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…
x
Reference in New Issue
Block a user