templates/layout/footer.html.twig line 1

  1. <footer class="bg-white dark:bg-gray-900 m-4">
  2.     <div class="w-full  mx-auto p-4 md:py-8">
  3.         <hr class="my-6 border-gray-200 sm:mx-auto dark:border-gray-700 lg:my-8" />
  4.         <span class="block text-sm text-gray-500 sm:text-center dark:text-gray-400">
  5.             Â© {{ "now"|date("Y") }} <a href="/" class="hover:underline">Global Commissions™</a>. All Rights Reserved.
  6.         </span>
  7.     </div>
  8. </footer>