fixed auth footer link styling..

This commit is contained in:
Cüneyt Şentürk 2022-09-09 10:42:37 +03:00
parent 4c9ec2ffc1
commit 2a15a60930

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') }}:&nbsp;<x-link href="{{ trans('footer.link') }}" target="_blank">{{ trans('footer.software') }}</x-link>
{{ trans('footer.powered') }}:&nbsp;<x-link href="{{ trans('footer.link') }}" target="_blank" override="class">{{ trans('footer.software') }}</x-link>
</div>
</footer>
@stack('footer_end')