templates/bo/layout/_footer.html.twig line 1

Open in your IDE?
  1. <!-- Footer Start -->
  2. <footer class="footer mt-auto py-3 bg-white text-center">
  3.     <div class="container">
  4.         <span class="text-muted"> Copyright 2023 © <span id="year"></span> <a
  5.                     href="javascript:void(0);" class="text-dark fw-semibold">LocalBeez</a>.
  6.             Designed with <span class="bi bi-heart-fill text-danger"></span> by <a href="https://cib-prod.com" target="_blank">
  7.                 <span class="fw-semibold text-primary text-decoration-underline">CIB-PROD</span>
  8.             </a>
  9.         </span>
  10.     </div>
  11. </footer>
  12. <!-- Footer End -->