1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-11 13:42:49 +01:00
invoiceninja/resources/views/portal/ninja2020/components/general/footer.blade.php

3 lines
227 B
PHP
Raw Normal View History

<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">
<span class="text-sm text-gray-700">{{ ctrans('texts.footer_label', ['year' => date('Y')]) }}</span>
</footer>