templates/components/button.html.twig line 1

Open in your IDE?
  1. <a {{ attributes is defined ? attributes }} href="{{ link.href|default('javascript:void(0)') }}" class="button d-inline-flex align-items-center {{ disabled is defined ? 'disabled' : '' }} justify-content-center {{ color is defined ? color : 'darker-blue' }}">
  2.     <span>{{ text|default('Mehr erfahren') }}</span>
  3. </a>