templates/_layout/_footer.html.twig line 1

Open in your IDE?
  1. <!--begin::Footer-->
  2. <div class="footer py-4 d-flex flex-lg-column" id="kt_footer">
  3.     <!--begin::Container-->
  4.     <div class="container-fluid d-flex flex-column flex-md-row align-items-center justify-content-between">
  5.         <!--begin::Copyright-->
  6.         <div class="text-dark order-2 order-md-1">
  7.             <span class="text-muted fw-bold me-1">2022©</span>
  8.             <a href="https://smartapps.ma" target="_blank" class="text-gray-800 text-hover-primary">Digital Smart Apps</a>
  9.         </div>
  10.         <!--end::Copyright-->
  11.     </div>
  12.     <!--end::Container-->
  13. </div>
  14. <!--end::Footer-->