templates/shared/ui/link/link.html.twig line 1

Open in your IDE?
  1. <a
  2.         href="{% if link is defined %}{{ link }}{% endif %}"
  3.         class="font-medium text-[16px] text-center block hover:underline mb-[35px] mt-[12px]"
  4.         style="color: {{ companyStyles.linkTextColor }}"
  5. >
  6.     {% if text is defined %}{{ text }}{% endif %}
  7. </a>