mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 08:04:40 -04:00
Show logo in footer
This commit is contained in:
parent
fae2326aa7
commit
1e692d86c7
@ -1,3 +1,8 @@
|
|||||||
<footer class="bg-white px-4 py-5 shadow px-4 mt-8 sm:px-6 md:px-8 flex justify-center border border-gray-200">
|
<footer class="bg-white px-4 py-5 shadow mt-10 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>
|
<span class="text-sm text-gray-700">{{ ctrans('texts.footer_label', ['year' => date('Y')]) }}</span>
|
||||||
|
@if(!auth()->user()->user->account->isPaid())
|
||||||
|
<a href="#">
|
||||||
|
<img class="h-8" src="{{ asset('images/invoiceninja-black-logo-2.png') }}" alt="Invoice Ninja Logo">
|
||||||
|
</a>
|
||||||
|
@endif
|
||||||
</footer>
|
</footer>
|
Loading…
x
Reference in New Issue
Block a user