Merge pull request #2944 from mervekaraman/master
Apps text in footer not appear
This commit is contained in:
commit
1e52b5dc5c
@ -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…
x
Reference in New Issue
Block a user