Apps text in footer not appear
This commit is contained in:
parent
e19a7a92cd
commit
87d7d95e01
|
|
@ -1,5 +1,5 @@
|
|||
@stack('footer_start')
|
||||
<footer class="footer">
|
||||
<footer class="footer container">
|
||||
<div class="flex flex-col sm:flex-row items-center justify-between lg:mt-20 py-7 text-sm font-light">
|
||||
<div>
|
||||
{{ trans('footer.powered') }}:
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
@stack('footer_start')
|
||||
<footer class="footer">
|
||||
<footer class="footer container">
|
||||
<div class="flex flex-col sm:flex-row items-center justify-between lg:mt-20 py-7 text-sm font-light">
|
||||
<div>
|
||||
{{ trans('footer.powered') }}:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
@stack('footer_start')
|
||||
|
||||
<footer class="footer">
|
||||
<footer class="footer container">
|
||||
<div class="flex flex-col sm:flex-row items-center justify-between lg:mt-20 py-7 text-sm font-light">
|
||||
<div>
|
||||
{{ trans('footer.powered') }}:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
@stack('footer_start')
|
||||
|
||||
<footer class="footer">
|
||||
<footer class="footer container">
|
||||
<div class="flex flex-col sm:flex-row items-center justify-between lg:mt-20 py-7 text-sm font-light">
|
||||
<div>
|
||||
{{ trans('footer.powered') }}:
|
||||
|
|
|
|||
Loading…
Reference in New Issue