Merge branch 'master' of https://github.com/brkcvn/akaunting into code-clean

This commit is contained in:
Burak Civan
2022-09-05 09:44:16 +03:00
40 changed files with 385 additions and 449 deletions

View File

@ -1,7 +1,7 @@
@stack('footer_start')
<footer class="footer">
<div class="lg:absolute bottom-10 right-6 lg:right-24 flex flex-col sm:flex-row items-center justify-end text-sm font-light">
{{ trans('footer.powered') }}: <x-link href="{{ trans('footer.link') }}" target="_blank" override="class">{{ trans('footer.software') }}</x-link>
{{ trans('footer.powered') }}:&nbsp;<x-link href="{{ trans('footer.link') }}" target="_blank">{{ trans('footer.software') }}</x-link>
</div>
</footer>
@stack('footer_end')