templates/partials/partialsHome/_whatsapp.html.twig line 1

Open in your IDE?
  1. <a href="https://wa.me/8613434346581"
  2.    target="_blank"
  3.    title="{{ 'common.whatsapp_chat'|trans }}"
  4.    aria-label="{{ 'common.whatsapp_chat'|trans }}"
  5.    class="fixed bottom-6 right-6 bg-green-500 text-white p-4 rounded-full shadow-2xl z-50 hover:bg-green-600 transition duration-300 transform hover:scale-110 float-animation">
  6.     <i class="fab fa-whatsapp text-2xl"></i>
  7. </a>