templates/layouts/footer.html.twig line 1

Open in your IDE?
  1.             <footer class="footer">
  2.                 <div class="container">
  3.                     <div class="row align-items-center flex-row-reverse">
  4.                         <div class="col-md-12 col-sm-12 text-center">
  5.                             Copyright © 2022 <a href="#">Noa</a>. Designed with <span
  6.                                 class="fa fa-heart text-danger"></span> by <a href="#"> Spruko </a> All rights reserved
  7.                         </div>
  8.                     </div>
  9.                 </div>
  10.             </footer>
  11.