This commit is contained in:
denisdulici
2020-01-22 19:03:34 +03:00
parent 4ce5bc674d
commit bd71e2517f
29 changed files with 51 additions and 42 deletions

View File

@@ -1,7 +1,7 @@
@stack('footer_start')
<footer class="footer pt-0">
<div class="copyright text-left text-lg-left text-muted">
<strong>{{ trans('footer.powered') }}</strong>: <a class="text-success" href="{{ trans('footer.link') }}" target="_blank">{{ trans('footer.software') }}</a>
<strong>{{ trans('footer.powered') }}</strong>: <a href="{{ trans('footer.link') }}" target="_blank">{{ trans('footer.software') }}</a>
</div>
</footer>
@stack('footer_end')