mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Make Invoice Ninja logo redirect to invoiceninja.com
This commit is contained in:
parent
6171ebac6c
commit
f7c7a20179
@ -1,7 +1,7 @@
|
||||
<footer class="bg-white px-4 py-5 shadow px-4 sm:px-6 md:px-8 flex justify-center border border-gray-200 justify-between items-center">
|
||||
<span class="text-sm text-gray-700">{{ ctrans('texts.footer_label', ['year' => date('Y')]) }}</span>
|
||||
@if(auth()->user()->user && !auth()->user()->user->account->isPaid())
|
||||
<a href="#">
|
||||
<a href="https://invoiceninja.com" target="_blank">
|
||||
<img class="h-8" src="{{ asset('images/invoiceninja-black-logo-2.png') }}" alt="Invoice Ninja Logo">
|
||||
</a>
|
||||
@endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user